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
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// Package carddav provides a CardDAV server implementation, as defined in
// RFC 6352.
package carddav
import (

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 (