koding / multiconfig

Load configuration from multiple sources in Go
http://godoc.org/github.com/koding/multiconfig
MIT License
454 stars 64 forks source link

Add uint types support #81

Open pierre-emmanuelJ opened 2 years ago

pierre-emmanuelJ commented 2 years ago

This PR adds the support of the uint uint16 uint32 uint64 types in the config.

pierre-emmanuelJ commented 2 years ago

All tests are OK

$ go test ./... -cover -race
ok      github.com/koding/multiconfig   0.054s  coverage: 70.5% of statements