blob: c5dc99e9fbad3daafb98c2498f19127b58ac0c68 [file] [log] [blame]
# go list supports -tags
go list -tags=thetag ./my...
stdout mypkg
-- mypkg/x.go --
// +build thetag
package mypkg