]> Cypherpunks repositories - gostls13.git/commit
cmd/go: use GOOS and GOARCH from build context for "go generate"
authorAndrew Gerrand <adg@golang.org>
Tue, 30 Jun 2015 05:35:01 +0000 (15:35 +1000)
committerAndrew Gerrand <adg@golang.org>
Tue, 30 Jun 2015 06:52:47 +0000 (06:52 +0000)
commitab9c25f2de06e74cade453876835b3c1533a39de
treea09a3eb2cabcc30df8d1de6075b27fb27ab6134a
parentb8d2d6b9c0fcd66fe9579d7525d4ec5ecc2d73a3
cmd/go: use GOOS and GOARCH from build context for "go generate"

Fixes #11438

Change-Id: Iedd31918aa5187fc3fdaed71c8dad82075559084
Reviewed-on: https://go-review.googlesource.com/11667
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/go/generate.go