]> Cypherpunks repositories - gostls13.git/commit
go/build: do not record go:binary-only-package if build tags not satisfied
authorRuss Cox <rsc@golang.org>
Thu, 20 Oct 2016 19:45:51 +0000 (15:45 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 24 Oct 2016 15:34:34 +0000 (15:34 +0000)
commit86324f29c6892e56ea756e7a5d81a26c86ce2e12
tree3243f873683e4867e56fa686e2428877258a9fed
parentee4b58df61e25bec2d526947dd76cd2ab5d3051d
go/build: do not record go:binary-only-package if build tags not satisfied

This is the documented (and now implemented) behavior.

Fixes #16841.

Change-Id: Ic75adc5ba18303ed9578e04284f32933f905d6a3
Reviewed-on: https://go-review.googlesource.com/31577
Reviewed-by: Quentin Smith <quentin@golang.org>
src/cmd/go/go_test.go
src/go/build/build.go