honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/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`)