Skip to content

Commit 9622a22

Browse files
committed
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>
1 parent e000e3c commit 9622a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdav/webdav.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// Package webdav etc etc TODO.
5+
// Package webdav provides a WebDAV server implementation.
66
package webdav // import "golang.org/x/net/webdav"
77

88
import (

0 commit comments

Comments
 (0)