math/big.Int.MarshalText (method, view implemented interface methods)
3 uses
math/big (current package)
intmarsh.go#L49: func (x *Int) MarshalText() (text []byte, err error) {
intmarsh.go#L70: return x.MarshalText()
ratmarsh.go#L63: return x.a.MarshalText()
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)