]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add env command, use to fix misc/cgo/testso
authorRuss Cox <rsc@golang.org>
Thu, 8 Mar 2012 19:28:44 +0000 (14:28 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 8 Mar 2012 19:28:44 +0000 (14:28 -0500)
commit2c46569f57fd575e2acceabdbd40a187e66cd71e
tree2ddd5d2e41e54161132573e5e108be4a6600f246
parent36aa7d4d14c1dbca2405e265b8bbf1260e9d825c
cmd/go: add env command, use to fix misc/cgo/testso

Fixes 386 build on 64-bit machines.

R=golang-dev, bradfitz, minux.ma
CC=golang-dev
https://golang.org/cl/5785053
misc/cgo/testso/test.bash
src/cmd/go/doc.go
src/cmd/go/env.go [new file with mode: 0644]
src/cmd/go/main.go