telegraf/metric/uint_support.go

8 lines
71 B
Go

// +build uint64
package metric
func init() {
EnableUintSupport()
}