type Animal … // String makes Animal satisfy the Stringer interface. func (a Animal) String() string { … } func ExampleStringer() { … }
type Animal … // String makes Animal satisfy the Stringer interface. func (a Animal) String() string { … } func ExampleStringer() { … }