• Rob Pike's avatar
    text/template: new, simpler API · f56db6f5
    Rob Pike authored
    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
    f56db6f5
Name
Last commit
Last update
..
Makefile Loading commit data...
edit.html Loading commit data...
final-noclosure.go Loading commit data...
final-noerror.go Loading commit data...
final-parsetemplate.go Loading commit data...
final-template.go Loading commit data...
final.go Loading commit data...
get.go Loading commit data...
htmlify.go Loading commit data...
http-sample.go Loading commit data...
index.html Loading commit data...
notemplate.go Loading commit data...
part1-noerror.go Loading commit data...
part1.go Loading commit data...
part2.go Loading commit data...
srcextract.go Loading commit data...
test.sh Loading commit data...
test_Test.txt.good Loading commit data...
test_edit.good Loading commit data...
test_view.good Loading commit data...
view.html Loading commit data...
wiki.html Loading commit data...