mirror of
https://github.com/wahyd4/telegraf.git
synced 2026-08-21 02:26:08 +10:00
8 lines
71 B
Go
8 lines
71 B
Go
// +build uint64
|
|
|
|
package metric
|
|
|
|
func init() {
|
|
EnableUintSupport()
|
|
}
|