• Rob Pike's avatar
    template: better error message for empty templates · 4869996b
    Rob Pike authored
    New("x").ParseFiles("y") can result in an empty "x" template.
    Make the message clearer that this is the problem. The error
    returns from both template packages in this case were
    confusing.
    
    I considered making the method use "x" instead of "y" in
    this case, but that just made other situations confusing
    and harder to explain.
    
    Fixes #2594.
    
    R=golang-dev, rsc, r
    CC=golang-dev
    https://golang.org/cl/5498048
    4869996b
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...