gotools/refactor/eg/eg_test.go

var updateFlag

var verboseFlag

func Test(t *testing.T) {}

// normalizeAny replaces occurrences of interface{} with any, for consistent
// output.
func normalizeAny(s string) string {}