github.com/serversong/goreporter@v0.0.0-20200325104552-3cfaf44fd178/linters/simplecode/simple/lint_test.go (about) 1 package simple 2 3 import ( 4 "testing" 5 6 "github.com/360EntSecGroup-Skylar/goreporter/linters/simplecode/lint/testutil" 7 ) 8 9 func TestAll(t *testing.T) { 10 testutil.TestAll(t, Funcs, "../../") 11 }