1
0
mirror of https://github.com/golang/go synced 2024-11-19 10:24:43 -07:00

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 <bradfitz@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
Russ Cox 2015-03-02 12:41:23 -05:00
parent ea7be5170a
commit 145b6fb984

View File

@ -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:
//