Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/golang/go
/ Stringer
Interface
Stringer
test/interface/convert.go:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
package
main
11
12
type
Stringer
interface
{
13
String() string
14
}
15
type
StringLengther
interface
{
16
String() string
17
Length() int
Callers
nothing calls this directly
Implementers
15
T
test/bigalg.go
Uint64
test/64bit.go
Int64
test/64bit.go
T
test/interface/fake.go
Slist
test/ken/rob2.go
Buffer
src/pkg/bytes/buffer.go
OddLengthInputError
src/pkg/encoding/hex/hex.go
MessageTooLongError
src/pkg/crypto/rsa/rsa.go
DecryptionError
src/pkg/crypto/rsa/rsa.go
VerificationError
src/pkg/crypto/rsa/rsa.go
EAXTagError
src/pkg/crypto/block/eax.go
UnsupportedAlgorithmError
src/pkg/crypto/x509/x509.go
Calls
no outgoing calls
Tested by
no test coverage detected