honnef.co/go/tools@v0.4.7/staticcheck/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`)