package
0.0.63
Repository: https://github.com/boostgo/lite.git
Documentation: pkg.go.dev

# Functions

Bool convert any value to bool.
Bytes convert any value to bytes slice.
BytesFromString converts string to bytes slice with no allocation.
Float32 convert any value to float32.
Float64 convert any value to float64.
Int convert any value to int.
Ptr convert any value to pointer to this value.
String converts any value to string.
StringFromBytes convert bytes array/slice to string with no allocation.
Time convert value to time.Time object by provided format.