go-chart/formatter.go

5 lines
126 B
Go
Raw Normal View History

2016-07-07 23:26:07 -04:00
package chart
// Formatter is a function that takes a value and produces a string.
type Formatter func(v interface{}) string