func TestSelf(t *testing.T) { … } func BenchmarkCheck(b *testing.B) { … } func runbench(b *testing.B, path string, ignoreFuncBodies, writeInfo bool) { … } func pkgFiles(path string) ([]*syntax.File, error) { … }
func TestSelf(t *testing.T) { … } func BenchmarkCheck(b *testing.B) { … } func runbench(b *testing.B, path string, ignoreFuncBodies, writeInfo bool) { … } func pkgFiles(path string) ([]*syntax.File, error) { … }