From 145b6fb9849d377e9c7c4077a9ff49e078b5639f Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 2 Mar 2015 12:41:23 -0500 Subject: [PATCH] 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 --- src/go/build/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: // -- 2.48.1