modulepackage
0.0.0-20201112145749-876b447aa9f5
Repository: https://github.com/penglongli/go-utils.git
Documentation: pkg.go.dev
# README
go-utils
some golang utils
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
BytesToString convert []byte to string.
CompareObj used to compare between v1 and v2.
DeepCopy used to copy object v1 to v2.
Round keep n bits decimals.
stack returns a nicely formatted stack frame, skipping skip frames.
StringToBytes convert string to []byte.