github.com/amarpal/go-tools@v0.0.0-20240422043104-40142f59f616/quickfix/qf1002/qf1002_test.go (about) 1 // Code generated by generate.go. DO NOT EDIT. 2 3 package qf1002 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 }