]> Cypherpunks repositories - gostls13.git/commitdiff
go/build: update docs for GOOS.go change
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 6 Oct 2014 22:08:31 +0000 (15:08 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 6 Oct 2014 22:08:31 +0000 (15:08 -0700)
Forgotten in https://golang.org/cl/147690043/

Update #8838

LGTM=r
R=r
CC=golang-codereviews, rsc
https://golang.org/cl/152220045

src/go/build/doc.go

index 56878f2b4a81cafa39770d89a7d2112d32f24077..75a827bb91fecf15fb8c9c148d4c714aa4c618b0 100644 (file)
 //     *_GOOS
 //     *_GOARCH
 //     *_GOOS_GOARCH
-// (example: source_windows_amd64.go) or the literals:
-//     GOOS
-//     GOARCH
-// (example: windows.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.
+// (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.
 //
 // To keep a file from being considered for the build:
 //