go-chart/formatter.go

5 lines
126 B
Go
Raw Normal View History

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