]> Cypherpunks repositories - gostls13.git/commit
go/build: document when Context.BuildTags is used.
authorMuhammad Falak R Wani <falakreyaz@gmail.com>
Wed, 29 Aug 2018 00:01:46 +0000 (05:31 +0530)
committerIan Lance Taylor <iant@golang.org>
Wed, 12 Dec 2018 23:48:35 +0000 (23:48 +0000)
commitab02028b5af0b5d8966ac9bb092352a523314b08
treeb050800f386e194c59b846bc303972f39fd91fc8
parent1ca84deeb048ac8ab850f68eb84ee7811d957676
go/build: document when Context.BuildTags is used.

Context.BuildTags is not set when you read go/build.Default.BuildTags.
It's only used by (*BuildTags).Import, etc.

Fixes: #27320
Change-Id: I97e5f1923c410b48f70be8c15938a7e04a178e3f
Reviewed-on: https://go-review.googlesource.com/c/131975
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/go/build/build.go