浏览代码

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 9 年之前
父节点
当前提交
9622a22758
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 (