github.com/amarpal/go-tools@v0.0.0-20240422043104-40142f59f616/staticcheck/sa1005/sa1005_test.go (about) 1 // Code generated by generate.go. DO NOT EDIT. 2 3 package sa1005 4 5 import ( 6 "testing" 7 8 "github.com/amarpal/go-tools/analysis/lint/testutil" 9 ) 10 11 func TestTestdata(t *testing.T) { 12 testutil.Run(t, SCAnalyzer) 13 }