8 lines
71 B
Go
8 lines
71 B
Go
|
// +build uint64
|
||
|
|
||
|
package metric
|
||
|
|
||
|
func init() {
|
||
|
EnableUintSupport()
|
||
|
}
|