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/time/time.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tpl/time') diff --git a/tpl/time/time.go b/tpl/time/time.go index d56c85405..598124648 100644 --- a/tpl/time/time.go +++ b/tpl/time/time.go @@ -11,6 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package time provides template functions for measuring and displaying time. package time import ( -- cgit v1.2.3