Skip to content
Snippets Groups Projects
Commit 145b6fb9 authored by Russ Cox's avatar Russ Cox
Browse files

go/build: make interaction between file names and +build lines clearer

Change-Id: I2cae17d3f0d208c7ed1089bc5cb8f81022fcd36e
Reviewed-on: https://go-review.googlesource.com/6470


Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: default avatarDavid Crawshaw <crawshaw@golang.org>
parent ea7be517
No related branches found
No related tags found
No related merge requests found
......@@ -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:
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment