]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add GOOS and GOARCH to generate
authorRob Pike <r@golang.org>
Mon, 25 Aug 2014 18:35:55 +0000 (11:35 -0700)
committerRob Pike <r@golang.org>
Mon, 25 Aug 2014 18:35:55 +0000 (11:35 -0700)
commitc6f7c176a3a46ff87d72c4b744bbadf02df1890e
tree964bfefc9e9d971bfa04a4a0fa6f509cba0792ab
parentba8ddc25ca18664484ad852890fcae61b9f98891
cmd/go: add GOOS and GOARCH to generate
Fixes test failure in build, probably a good idea anyway.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/131210043
src/cmd/go/generate.go
src/cmd/go/generate_test.go