The current package contains types that I require in projects where the type never changes, and used globally.
- Duration - Ability to store
time.Durationover JSON and database. - Numeric values - Ability to store and load
intanduintfamily even when they are string for example. - Bool - Ability to take boolean value as int, string and boolean and convert to
booltype, withnilsupport.
- Add Tests for nil duration
- Add more test covers for nil duration
- Add More int and uint type support