github.com/golangci/go-tools@v0.0.0-20190318060251-af6baa5dc196/staticcheck/testdata/src/CheckDuplicateBuildConstraints/CheckDuplicateBuildConstraints.go (about) 1 // +build one two three go1.1 2 // +build three one two go1.1 3 4 package pkg // MATCH "identical build constraints"