Categorygithub.com/go-kid/strconv2
modulepackage
0.0.2
Repository: https://github.com/go-kid/strconv2.git
Documentation: pkg.go.dev

# README

strconv2

enhance golang default strconv package

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
ParseAnyMap "map[aes:map[iv:abc key:123] header:[X-Request-Id X-Cross-Origin X-Allowed-Method]]" -> map[string]any{ "aes": map[string]any{ "iv": "abc", "key": int64(123), }, "header": []any{"X-Request-Id", "X-Cross-Origin", "X-Allowed-Method"}, }.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseStringSlice exp: "[value1,value2,value3]" -> []string{"value1", "value2", "value3"}.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author