golang.org/x/pkgsite/internal.BuildContext.Match (method)

3 uses

	golang.org/x/pkgsite/internal (current package)
		build_context.go#L24: func (pattern BuildContext) Match(target BuildContext) bool {
		build_context.go#L93: 		if bc.Match(BuildContext{d.GOOS, d.GOARCH}) {

	golang.org/x/pkgsite/internal/postgres
		unit.go#L461: 		if bc.Match(c) {