aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-05-27 18:20:26 -0700
committerRuss Cox <rsc@golang.org>2009-05-27 18:20:26 -0700
commit5e53270a6cb691e6db892ed293a4634d02131be2 (patch)
treed7a470fe939206db1083988449251aaefc2e77f0 /src/lib
parent77f668a0f118276fdfdbe0ba65751c3039e5f5f5 (diff)
downloadgo-5e53270a6cb691e6db892ed293a4634d02131be2.tar.xz
attach package comment
R=r DELTA=1 (0 added, 1 deleted, 0 changed) OCL=29473 CL=29477
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/template/template.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/template/template.go b/src/lib/template/template.go
index 9a40109f90..a5e9b0c7da 100644
--- a/src/lib/template/template.go
+++ b/src/lib/template/template.go
@@ -53,7 +53,6 @@
where wr is the destination for output, data is the field
value, and formatter is its name at the invocation site.
*/
-
package template
import (