Add ref to RFC in package doc

This commit is contained in:
emersion
2017-09-10 10:39:55 +02:00
parent 1152b72a07
commit fd5d1f32d2
2 changed files with 4 additions and 1 deletions

View File

@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package webdav provides a WebDAV server implementation.
// Package webdav provides a WebDAV server implementation, as defined in
// RFC 4918.
package webdav
import (