SYMBOL INDEX (29 symbols across 3 files) FILE: check_test.go function TestGoldenPath (line 8) | func TestGoldenPath(t *testing.T) { constant goldenData (line 21) | goldenData = `testdata/inner.go:24:6: parameter 'f' at index 0 should be... FILE: main.go function main (line 28) | func main() { function check (line 48) | func check(p string, maxStructWidth, wordSize, maxAlign int64) ([]copySi... function parsePkgDir (line 84) | func parsePkgDir(p string, fset *token.FileSet) (*ast.Package, error) { function pathToRegexp (line 129) | func pathToRegexp(p string) *regexp.Regexp { function parseGoPkg (line 139) | func parseGoPkg(p string, fset *token.FileSet) ([]*ast.Package, error) { function checkPkg (line 187) | func checkPkg(pkg *ast.Package, fset *token.FileSet, maxWidth, wordSize,... function findCopySites (line 232) | func findCopySites(funcs []*types.Func, wideStructs map[string]bool) []c... function printSites (line 275) | func printSites(sites []copySite, fset *token.FileSet, w io.Writer) { type copySite (line 294) | type copySite struct type sortedCopySites (line 301) | type sortedCopySites struct method Len (line 306) | func (s sortedCopySites) Len() int { method Swap (line 309) | func (s sortedCopySites) Swap(i, j int) { method Less (line 313) | func (s sortedCopySites) Less(i, j int) bool { function isWideStructTyped (line 328) | func isWideStructTyped(t types.Type, wideStructs map[string]bool) bool { function sentence (line 335) | func sentence(parts []string) string { FILE: testdata/inner.go type someInt (line 5) | type someInt interface type bar (line 8) | type bar struct type other (line 12) | type other struct method OnStruct (line 32) | func (o other) OnStruct() { method OnStruct2 (line 35) | func (o other) OnStruct2() { method OnPtr (line 39) | func (o *other) OnPtr() { method OnPtr2 (line 42) | func (o *other) OnPtr2() { method OnPtr3 (line 45) | func (o *other) OnPtr3() { function main (line 18) | func main() { type Foo (line 22) | type Foo method OnOtherToo (line 28) | func (f Foo) OnOtherToo(o other) { function CallsFoo (line 24) | func CallsFoo(f Foo) {