type fmt.Formatter

5 uses

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

	golang.org/x/xerrors
		adaptor.go#L76: 		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