]> Cypherpunks repositories - gostls13.git/commit
go/build: new package for building go programs
authorAndrew Gerrand <adg@golang.org>
Sat, 4 Jun 2011 02:45:09 +0000 (12:45 +1000)
committerAndrew Gerrand <adg@golang.org>
Sat, 4 Jun 2011 02:45:09 +0000 (12:45 +1000)
commitc2cea4418a0f2cdf90f232581dd60dd7975d73c3
tree2561f3e73da92c2b436028ca71bf249bf9df2e44
parent7a92287a4812853e4591e7054dd9b1bcf25f2066
go/build: new package for building go programs

R=rsc
CC=golang-dev
https://golang.org/cl/4433047
src/pkg/Makefile
src/pkg/go/build/Makefile [new file with mode: 0644]
src/pkg/go/build/build.go [new file with mode: 0644]
src/pkg/go/build/build_test.go [new file with mode: 0644]
src/pkg/go/build/cgotest/file.go [new file with mode: 0644]
src/pkg/go/build/dir.go [new file with mode: 0644]
src/pkg/go/build/path.go [new file with mode: 0644]
src/pkg/go/build/syslist_test.go [new file with mode: 0644]