Files
telegraf/metric/uint_support.go
T

8 lines
71 B
Go

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