carddav: Remove duplicate package comment

The package comment is already present in carddav.go file.
Having it in both places makes godoc show the documentation text twice.
This commit is contained in:
Dmitri Shuralyov
2018-05-09 14:39:53 -04:00
committed by GitHub
parent f8d9f83cbc
commit 0ad8fa5233

View File

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