type fmt.State (interface)

Method Implmentations

Flag(c int) bool golang.org/x/text/internal/format.State.Flag
Precision() (prec int, ok bool) golang.org/x/text/internal/format.State.Precision
Width() (wid int, ok bool) golang.org/x/text/internal/format.State.Width
Write(b []byte) (n int, err error) golang.org/x/text/internal/format.State.Write