multiconfig
multiconfig copied to clipboard
Add uint types support
This PR adds the support of the uint
uint16
uint32
uint64
types in the config.
All tests are OK
$ go test ./... -cover -race
ok github.com/koding/multiconfig 0.054s coverage: 70.5% of statements