mirror of
https://github.com/golang/go
synced 2024-11-20 09:54:45 -07:00
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
This commit is contained in:
parent
2f480b10e2
commit
8553b9c68f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user