errors
errors copied to clipboard
docs: remove * as it should be value
The definition of the Formatter interface is below:
type Formatter interface {
Format(f State, verb rune)
}
Therefore yourType should implement exactly the same signature.