type fmt.Formatter

5 uses

	fmt (current package)
		print.go#L53: type Formatter interface {
		print.go#L590: 	if formatter, ok := p.arg.(Formatter); ok {

	go.uber.org/zap/zapcore
		error.go#L69: 	case fmt.Formatter:

	math/big
		ftoa.go#L454: var _ fmt.Formatter = &floatZero // *Float must implement fmt.Formatter
		intconv.go#L53: var _ fmt.Formatter = intOne // *Int must implement fmt.Formatter