]> Cypherpunks repositories - gostls13.git/commitdiff
go/build: make interaction between file names and +build lines clearer
authorRuss Cox <rsc@golang.org>
Mon, 2 Mar 2015 17:41:23 +0000 (12:41 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 2 Mar 2015 18:36:04 +0000 (18:36 +0000)
Change-Id: I2cae17d3f0d208c7ed1089bc5cb8f81022fcd36e
Reviewed-on: https://go-review.googlesource.com/6470
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/go/build/doc.go

index 75a827bb91fecf15fb8c9c148d4c714aa4c618b0..78e17b220a024dfd3bbdd4a2635f91811626941a 100644 (file)
 // (example: source_windows_amd64.go) where GOOS and GOARCH represent
 // any known operating system and architecture values respectively, then
 // the file is considered to have an implicit build constraint requiring
-// those terms.
+// those terms (in addition to any explicit constraints in the file).
 //
 // To keep a file from being considered for the build:
 //