aboutsummaryrefslogtreecommitdiff
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
commit8553b9c68f265073bc46029f3b72a1aa47529f82 (patch)
tree08e2e31331dfc3092b28fb4d43d18d6ed44384a1
parent2f480b10e2a638e1e52f7c90479925b258f720c8 (diff)
downloadgo-8553b9c68f265073bc46029f3b72a1aa47529f82.tar.gz
go-8553b9c68f265073bc46029f3b72a1aa47529f82.zip
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 https://golang.org/cl/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 d15db7f8b8..73789c23af 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