]> Cypherpunks repositories - gostls13.git/commit
go/build: mention 'tag' as an alias for 'build constraint'
authorRob Pike <r@golang.org>
Thu, 19 Dec 2013 19:43:34 +0000 (11:43 -0800)
committerRob Pike <r@golang.org>
Thu, 19 Dec 2013 19:43:34 +0000 (11:43 -0800)
commit6f6ff951830a8246ce83b09b480685c0333e8f6b
treea1e0d7a90cdbd91973c18da45aa201a327b9661a
parent9144ef332191f6a85d16d261ccaea9a998750aea
go/build: mention 'tag' as an alias for 'build constraint'
The code is all about tags, and the cmd/go documentation
said to look in the go/build documentation for information
about tags, but the documentation said nothing about tags,
only build constraints. Make things clearer.

R=golang-dev, adg, rsc
CC=golang-dev
https://golang.org/cl/44100043
src/cmd/go/build.go
src/cmd/go/doc.go
src/pkg/go/build/doc.go