type fmt.State
12 uses
fmt (current package)
print.go#L39: type State interface {
print.go#L55: Format(f State, verb rune)
print.go#L81: func FormatString(state State, verb rune) string {
github.com/go-faster/errors
adaptor.go#L17: func FormatError(f Formatter, s fmt.State, verb rune) {
adaptor.go#L129: fmt.State
errors.go#L31: func (e *errorString) Format(s fmt.State, v rune) { FormatError(e, s, v) }
wrap.go#L68: func (e *wrapError) Format(s fmt.State, v rune) { FormatError(e, s, v) }
github.com/go-faster/jx
num.go#L131: func (n Num) Format(f fmt.State, verb rune) {
go.uber.org/multierr
error.go#L249: func (merr *multiError) Format(f fmt.State, c rune) {
math/big
ftoa.go#L465: func (x *Float) Format(s fmt.State, format rune) {
intconv.go#L44: func writeMultiple(s fmt.State, text string, count int) {
intconv.go#L66: func (x *Int) Format(s fmt.State, ch rune) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |