mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-22 16:24:14 +00:00
Add ref to RFC in package doc
This commit is contained in:
parent
1152b72a07
commit
fd5d1f32d2
@ -1,3 +1,5 @@
|
||||
// Package carddav provides a CardDAV server implementation, as defined in
|
||||
// RFC 6352.
|
||||
package carddav
|
||||
|
||||
import (
|
||||
|
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user