func go/build/constraint.Parse
6 uses
go/build/constraint (current package)
expr.go#L151: func Parse(line string) (Expr, error) {
go/build
build.go#L1533: x, err := constraint.Parse(string(goBuild))
build.go#L1557: if x, err := constraint.Parse(text); err == nil {
build.go#L1859: x, err := constraint.Parse(text)
go/printer
gobuild.go#L63: y, err := constraint.Parse(p.commentTextAt(pos))
gobuild.go#L76: x, _ = constraint.Parse(p.commentTextAt(p.goBuild[0]))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)