influxdb/models/uint_support.go

8 lines
80 B
Go

//go:build uint || uint64
package models
func init() {
EnableUintSupport()
}