]> Cypherpunks repositories - gostls13.git/commitdiff
template: remove reference to json-template
authorAndrew Gerrand <adg@golang.org>
Wed, 28 Apr 2010 00:14:58 +0000 (10:14 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 28 Apr 2010 00:14:58 +0000 (10:14 +1000)
Rather than confuse people by linking to a spec we
don't fully support, let them just use the package docs.

R=r, rsc
CC=golang-dev
https://golang.org/cl/1016041

src/pkg/template/template.go

index d15db7f8b8da5e92e229f18e25513c823c0ef2b3..73789c23afb5e8b79f0dcb074fea2f735875b188 100644 (file)
@@ -4,9 +4,7 @@
 
 /*
        Data-driven templates for generating textual output such as
-       HTML. See
-               http://code.google.com/p/json-template/wiki/Reference
-       for full documentation of the template language. A summary:
+       HTML.
 
        Templates are executed by applying them to a data structure.
        Annotations in the template refer to elements of the data