MCPcopy
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

10package main
11
12type Stringer interface {
13 String() string
14}
15type StringLengther interface {
16 String() string
17 Length() int

Callers

nothing calls this directly

Implementers 15

Ttest/bigalg.go
Uint64test/64bit.go
Int64test/64bit.go
Ttest/interface/fake.go
Slisttest/ken/rob2.go
Buffersrc/pkg/bytes/buffer.go
OddLengthInputErrorsrc/pkg/encoding/hex/hex.go
MessageTooLongErrorsrc/pkg/crypto/rsa/rsa.go
DecryptionErrorsrc/pkg/crypto/rsa/rsa.go
VerificationErrorsrc/pkg/crypto/rsa/rsa.go
EAXTagErrorsrc/pkg/crypto/block/eax.go
UnsupportedAlgorithmErrorsrc/pkg/crypto/x509/x509.go

Calls

no outgoing calls

Tested by

no test coverage detected