1
0
mirror of https://github.com/golang/go synced 2024-10-04 23:21:20 -06:00
go/src/cmd/cgo
Russ Cox 2ad8a9c507 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
2011-12-14 22:42:42 -05:00
..
ast.go godefs: delete, replaced by cgo -godefs 2011-11-10 19:08:04 -05:00
doc.go cgo: fix typo in the documentation 2011-12-06 08:16:39 -08:00
gcc.go go: implement build, install, run 2011-12-14 22:42:42 -05:00
godefs.go godefs: delete, replaced by cgo -godefs 2011-11-10 19:08:04 -05:00
main.go go: implement build, install, run 2011-12-14 22:42:42 -05:00
Makefile godefs: delete, replaced by cgo -godefs 2011-11-10 19:08:04 -05:00
out.go go: implement build, install, run 2011-12-14 22:42:42 -05:00
util.go renaming_4: gofix -r everything/but/src/pkg 2011-11-08 15:43:02 -08:00