mirror of
https://github.com/golang/go
synced 2024-11-13 17:50:23 -07:00
f56db6f534
The Set type is gone. Instead, templates are automatically associated by being parsed together; nested definitions implicitly create associations. Only associated templates can invoke one another. This approach dramatically reduces the breadth of the construction API. For now, html/template is deleted from src/pkg/Makefile, so this can be checked in. Nothing in the tree depends on it. It will be updated next. R=dsymonds, adg, rsc, r, gri, mikesamuel, nigeltao CC=golang-dev https://golang.org/cl/5415060 |
||
---|---|---|
.. | ||
edit.html | ||
final-noclosure.go | ||
final-noerror.go | ||
final-parsetemplate.go | ||
final-template.go | ||
final.go | ||
get.go | ||
htmlify.go | ||
http-sample.go | ||
index.html | ||
Makefile | ||
notemplate.go | ||
part1-noerror.go | ||
part1.go | ||
part2.go | ||
srcextract.go | ||
test_edit.good | ||
test_Test.txt.good | ||
test_view.good | ||
test.sh | ||
view.html | ||
wiki.html |