modulepackage
0.0.0-20210917090131-9a58f6addde3
Repository: https://github.com/sqmt/helper.git
Documentation: pkg.go.dev
# README
helper
golang helper function
整理一些常用的函数
# Functions
FileExists Checks whether a file or directory exists.
IsArray Check if the value is an array, the default is non-strict mode Non-strict mode type is SLICE, Array, and map will return true.
IsPtr Check if value is a pointer type.
IsSlice check if value is slice.
SafeMul Safety multiplication.
StrSizeToBytes converts strings like 1GB or 12 mb into an unsigned integer number of bytes.
Typeof return the value data type.
No description provided by the author