From 30a7c9ea37a0f36451946f8688a3f807618a7eff Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Thu, 29 Nov 2018 21:32:53 -0600 Subject: tpl: Add godoc packages comments Also fix package name in tpl/templates. --- tpl/crypto/crypto.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tpl/crypto') diff --git a/tpl/crypto/crypto.go b/tpl/crypto/crypto.go index 7aaa9291e..5771c98b5 100644 --- a/tpl/crypto/crypto.go +++ b/tpl/crypto/crypto.go @@ -11,6 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package crypto provides template functions for cryptographic operations. package crypto import ( -- cgit v1.2.3