• Rob Pike's avatar
    text/template/parse: use human error prints · c837e612
    Rob Pike authored
    The previous version of all the node.String methods printed the parse
    tree and was useful for developing the parse tree code. Now that that's done,
    we might as well print the nodes using the standard template syntax.
    It's much easier to read and makes error reporting look more natural.
    
    Helps issue 2644.
    
    R=rsc, n13m3y3r
    CC=golang-dev
    https://golang.org/cl/5553066
    c837e612
Name
Last commit
Last update
..
scanner Loading commit data...
tabwriter Loading commit data...
template Loading commit data...