github.com/golangci/go-tools@v0.0.0-20190318060251-af6baa5dc196/errcheck/errcheck_test.go (about) 1 package errcheck 2 3 import ( 4 "testing" 5 6 "github.com/golangci/go-tools/lint/testutil" 7 ) 8 9 func TestAll(t *testing.T) { 10 c := NewChecker() 11 testutil.TestAll(t, c, "") 12 }