package repr import ( "fmt" ) type Repr interface { fmt.Stringer fmt.Scanner }