From: Russ Cox Date: Mon, 2 Mar 2015 17:41:23 +0000 (-0500) Subject: go/build: make interaction between file names and +build lines clearer X-Git-Tag: go1.5beta1~1775 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=145b6fb9849d377e9c7c4077a9ff49e078b5639f;p=gostls13.git go/build: make interaction between file names and +build lines clearer Change-Id: I2cae17d3f0d208c7ed1089bc5cb8f81022fcd36e Reviewed-on: https://go-review.googlesource.com/6470 Reviewed-by: Brad Fitzpatrick Reviewed-by: David Crawshaw --- diff --git a/src/go/build/doc.go b/src/go/build/doc.go index 75a827bb91..78e17b220a 100644 --- a/src/go/build/doc.go +++ b/src/go/build/doc.go @@ -111,7 +111,7 @@ // (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: //