func TestTypedContent(t *testing.T) { … } type myStringer … func (s *myStringer) String() string { … } type errorer … func (s *errorer) Error() string { … } func TestStringer(t *testing.T) { … } // https://golang.org/issue/5982 func TestEscapingNilNonemptyInterfaces(t *testing.T) { … }