github.com/serversong/goreporter@v0.0.0-20200325104552-3cfaf44fd178/linters/deadcode/testdata/p3/sample.go (about) 1 package p 2 3 // x is used only in tests 4 var x = 42 5 6 // y is unused 7 var y = 43