multiconfig icon indicating copy to clipboard operation
multiconfig copied to clipboard

Add uint types support

Open pierre-emmanuelJ opened this issue 3 years ago • 1 comments

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

pierre-emmanuelJ avatar Dec 07 '21 09:12 pierre-emmanuelJ

All tests are OK

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

pierre-emmanuelJ avatar Dec 07 '21 09:12 pierre-emmanuelJ