• Russ Cox's avatar
    go: implement build, install, run · 2ad8a9c5
    Russ Cox authored
    clean is gone; all the intermediate files are created
    in a temporary tree that is wiped when the command ends.
    
    Not using go/build's Script because it is not well aligned
    with this API.  The various builder methods are copied from
    go/build and adapted.  Probably once we delete goinstall
    we can delete the Script API too.
    
    R=rogpeppe, adg, adg
    CC=golang-dev
    https://golang.org/cl/5483069
    2ad8a9c5
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...