Explorar o código

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>
Nigel Tao %!s(int64=9) %!d(string=hai) anos
pai
achega
9622a22758
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      webdav/webdav.go

+ 1 - 1
webdav/webdav.go

@@ -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 (