Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 362 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 362 Bytes

golconv

facade for regular used Go type-conversion calls

extracted from an older pandora box of such packages at abhishekkr/gol

Public Functions

  • StringToInt(n string, defaultValue int) int

  • StringToUint64(n string, defaultValue uint64) uint64

  • StringToBool(b string, defaultValue bool) bool