• 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
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...