package
1.1.0
Repository: https://github.com/reggiepy/logbeetle.git
Documentation: pkg.go.dev

# Functions

CopyIntersectionStruct assign values between two struct assignments(A and B) that have intersection.
IsEmptyStringField 检查结构体中指定字段是否为空字符串.
IsStructEmpty @Description: reflect.DeepEqual() 的方式判空的话如果slice是 初始化了长度为0 则无法判断,通过该方法slice为0仍然会认定是空.
No description provided by the author