]> Cypherpunks repositories - gostls13.git/commit
go/build: add AllTags to Package
authorRuss Cox <rsc@golang.org>
Fri, 9 Aug 2013 22:34:08 +0000 (18:34 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 9 Aug 2013 22:34:08 +0000 (18:34 -0400)
commitd9f93b0e0b351de6cfe05c03d8e8f78328178407
tree5008deb8ccad64b3f0ee2610ae24ec7ad8993276
parent080e00d55d37be67be30e2723233594e64097edf
go/build: add AllTags to Package

AllTags lists all the tags that can affect the decision
about which files to include. Tools scanning packages
can use this to decide how many variants there are
and what they are.

R=bradfitz
CC=golang-dev
https://golang.org/cl/12703044
src/pkg/go/build/build.go
src/pkg/go/build/build_test.go
src/pkg/go/build/syslist_test.go