github.com/amarpal/go-tools@v0.0.0-20240422043104-40142f59f616/staticcheck/sa5011/sa5011_test.go (about)

     1  // Code generated by generate.go. DO NOT EDIT.
     2  
     3  package sa5011
     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  }