mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
webdav: fill in the package's doc comment.
Change-Id: I078768667f46d413a65a347185a8fb296b9c5b1e Reviewed-on: https://go-review.googlesource.com/21633 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package webdav etc etc TODO.
|
||||
// Package webdav provides a WebDAV server implementation.
|
||||
package webdav // import "golang.org/x/net/webdav"
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user