author | Nigel Tao
<nigeltao@golang.org> 2016-04-07 01:54:59 UTC |
committer | Nigel Tao
<nigeltao@golang.org> 2016-04-07 02:09:28 UTC |
parent | e000e3cac19e62dd1213a080afbe752b6d9c5998 |
webdav/webdav.go | +1 | -1 |
diff --git a/webdav/webdav.go b/webdav/webdav.go index 65952d7..c15c7c1 100644 --- a/webdav/webdav.go +++ b/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 (