From: Russ Cox Date: Thu, 28 May 2009 01:20:26 +0000 (-0700) Subject: attach package comment X-Git-Tag: weekly.2009-11-06~1524 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5e53270a6cb691e6db892ed293a4634d02131be2;p=gostls13.git attach package comment R=r DELTA=1 (0 added, 1 deleted, 0 changed) OCL=29473 CL=29477 --- 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 (