go: implement build, install, run
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
Showing
This diff is collapsed.
src/cmd/go/clean.go
deleted
100644 → 0
src/cmd/go/run.go
0 → 100644
Please
register
or
sign in
to comment