Add ref to RFC in package doc
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
// Package carddav provides a CardDAV server implementation, as defined in
|
||||||
|
// RFC 6352.
|
||||||
package carddav
|
package carddav
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@@ -2,7 +2,8 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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
|
package webdav
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Reference in New Issue
Block a user