uint_support.go 76 B

1234567
  1. // +build uint uint64
  2. package models
  3. func init() {
  4. EnableUintSupport()
  5. }