Open pierre-emmanuelJ opened 2 years ago
This PR adds the support of the uint uint16 uint32 uint64 types in the config.
uint
uint16
uint32
uint64
All tests are OK
$ go test ./... -cover -race ok github.com/koding/multiconfig 0.054s coverage: 70.5% of statements
This PR adds the support of the
uint
uint16
uint32
uint64
types in the config.