1
0
Fork 0
telegraf/metric/init.go

8 lines
101 B
Go
Raw Normal View History

package metric
import "encoding/gob"
func Init() {
gob.RegisterName("metric.metric", &metric{})
}