github.com/amarpal/go-tools@v0.0.0-20240422043104-40142f59f616/staticcheck/sa4019/testdata/src/example.com/CheckDuplicateBuildConstraints/CheckDuplicateBuildConstraints.go (about) 1 //go:build (one || two || three || go1.1) && (three || one || two || go1.1) 2 // +build one two three go1.1 3 // +build three one two go1.1 4 5 package pkg //@ diag(`identical build constraints`)