summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2010-04-28 10:14:58 +1000
committerAndrew Gerrand <adg@golang.org>2010-04-28 10:14:58 +1000
commit43676f4b91d455230169607999e795d68cb34a7e (patch)
tree33d32d542b2177ca29fdde98251c2ced401ed594
parent76223bbf67314253ff78e6339d1c45d733a19beb (diff)
downloadgo-43676f4b91d455230169607999e795d68cb34a7e.tar.gz
template: remove reference to json-template
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 http://codereview.appspot.com/1016041
-rw-r--r--src/pkg/template/template.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pkg/template/template.go b/src/pkg/template/template.go
index d15db7f8b..73789c23a 100644
--- a/src/pkg/template/template.go
+++ b/src/pkg/template/template.go
@@ -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