func TestChanges(t *testing.T) { … } func splitIntoPackages(t *testing.T, dir string) (incompatibles, compatibles []string) { … } func load(t *testing.T, importPath, goPath string) (*packages.Package, error) { … } func TestExportedFields(t *testing.T) { … }