github.com/amarpal/go-tools@v0.0.0-20240422043104-40142f59f616/analysis/facts/typedness/typedness_test.go (about) 1 package typedness 2 3 import ( 4 "testing" 5 6 "golang.org/x/tools/go/analysis/analysistest" 7 ) 8 9 func TestTypedness(t *testing.T) { 10 analysistest.Run(t, analysistest.TestData(), Analysis, "example.com/Typedness") 11 }