package
0.0.0-20230101183712-202847b4b89b
Repository: https://github.com/corestoreio/csfw.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
ParseBool same as strconv.ParseBool but faster and no allocations.
Float parses a byte-slice and returns the float it represents.
ParseInt parses a byte-slice and returns the integer it represents.
ParseUint is like strconv.ParseUint, but using a []byte.
# Variables
UseStdLib set to true to use the standard library strconv functions.