honnef.co/go/tools@v0.4.7/staticcheck/testdata/src/example.com/CheckSillyBitwiseOps_dotImport/foo_test.go (about) 1 package foo_test 2 3 import . "example.com/CheckSillyBitwiseOps_dotImport" 4 5 var _ = 1 | X