文件名称:common-lang-in-go:javaer witre一些简单的工具,例如common-lang3
文件大小:37KB
文件格式:ZIP
更新时间:2024-04-09 07:16:44
golang utility Go
通用语言 Java程序员编写的类似common-lang工具包包名就是要用大驼峰,不想改成go规范的包名。自己写的任性 谢谢 如何使用 go get github.com/sjsdfg/common-lang-in-go StringUtils IsEmpty(str字符串)布尔 IsNotEmpty(字符串)布尔 IsAllEmpty(list ... string)布尔 IsAnyEmpty(list ... string)布尔 IsAnyNoneEmpty(list ... string)布尔 IsBlank(str字符串)bool IsNotBlank(str字符串)bool IsZero(str字符串)bool IsNotZero(str字符串)bool IsAnyZero(list ... string)布尔 IsAllZero(列表...字符串)布尔 IsAny
【文件预览】:
common-lang-in-go-master
----RegexUtils()
--------regex_match_test.go(15KB)
--------regex_match.go(3KB)
--------constant.go(10KB)
----go.mod(196B)
----Readme.md(8KB)
----BoolUtils()
--------bool_utils_test.go(564B)
--------bool_utils.go(848B)
----Int64Utils()
--------ptr_int64.go(247B)
--------formatter.go(414B)
--------parser.go(168B)
--------compare_int64.go(834B)
--------formatter_test.go(347B)
--------constatnt.go(87B)
----go.sum(2KB)
----CollectionUtils()
--------collction_match_utils_test.go(1KB)
--------collection_utils_test.go(2KB)
--------collection_utils.go(675B)
--------collection_map_utils_test.go(2KB)
--------collction_match_utils.go(1KB)
--------collection_map_utils.go(3KB)
----TimeUtils()
--------time_apart_test.go(416B)
--------timer.go(492B)
--------time_apart.go(913B)
--------time_utils_test.go(363B)
--------time_utils.go(656B)
--------timer_test.go(345B)
--------constant.go(830B)
--------location_constant.go(1KB)
----DateUtils()
--------date_utils.go(1KB)
--------date_utils_test.go(505B)
--------constant.go(203B)
----doc()
--------logo()
----JsonUtils()
--------json_util.go(698B)
----LICENSE(1KB)
----Float32Utils()
--------parser.go(179B)
--------compare_float32.go(586B)
--------ptr_float32.go(265B)
----DurationUtils()
--------compare_duration.go(508B)
----Copier()
--------copier.go(536B)
----BeanUtils()
--------bean_utils.go(419B)
----StringUtils()
--------compare.go(314B)
--------string_utils.go(3KB)
--------constant.go(38B)
--------string_utils_test.go(3KB)
--------compare_test.go(286B)
--------ptr_string.go(252B)
----Float64Utils()
--------parser.go(170B)
--------compare_float64.go(586B)
--------ptr_float64.go(265B)
--------constant.go(70B)
----IntUtils()
--------ptr_int.go(229B)
--------parser.go(169B)
--------compare_int.go(843B)
----main()
--------main.go(211B)
----.gitignore(6B)