golib:收集大多数不相关的helper Go软件包

时间:2021-05-26 22:38:12
【文件属性】:
文件名称:golib:收集大多数不相关的helper Go软件包
文件大小:66KB
文件格式:ZIP
更新时间:2021-05-26 22:38:12
Go Go的帮助程序库的集合 介绍 该存储库存储了大多数不相关的帮助程序库的集合。 作者(Joe Tsai)在他的各个项目中发现的通用功能被拔出并放置在这里。 配套 每个*程序包都是一个子模块,因此各个程序包可以彼此分开进行版本控制。 包裹 描述 包bufpipe实现了一个缓冲管道。 软件包cron解析并运行cron计划。 软件包hashmerge合并哈希校验和。 包jsoncs实现RFC 8785中指定的JSON规范化方案(JCS)。 包jsonfmt实现了JSON格式化程序。 软件包memfile实现了os.File的内存内仿真。 软件包unitconv实现了单位前缀的字符串转换功能。
【文件预览】:
golib-master
----go.mod(30B)
----unitconv()
--------unitconv_test.go(8KB)
--------go.mod(89B)
--------example_test.go(2KB)
--------go.sum(167B)
--------unitconv.go(8KB)
--------LICENSE.md(1KB)
----cron()
--------cron.go(6KB)
--------go.mod(44B)
--------LICENSE.md(1KB)
--------cron_test.go(7KB)
----jsonfmt()
--------go.mod(88B)
--------expand.go(6KB)
--------go.sum(167B)
--------jsonfmt_test.go(24KB)
--------parse.go(8KB)
--------align.go(6KB)
--------LICENSE.md(1KB)
--------common.go(4KB)
--------jsonfmt.go(2KB)
--------format.go(5KB)
----memfile()
--------go.mod(47B)
--------file_test.go(6KB)
--------LICENSE.md(1KB)
--------file.go(4KB)
----doc.go(229B)
----LICENSE.md(1KB)
----README.md(1KB)
----bufpipe()
--------go.mod(47B)
--------example_test.go(6KB)
--------bufpipe.go(14KB)
--------LICENSE.md(1KB)
--------bufpipe_test.go(204B)
----jsoncs()
--------go.mod(86B)
--------go.sum(382B)
--------LICENSE.md(1KB)
--------float_test.go(2KB)
--------string_test.go(1KB)
--------format_test.go(13KB)
--------string.go(2KB)
--------valid.go(4KB)
--------decode.go(8KB)
--------float.go(5KB)
--------format.go(4KB)
----hashmerge()
--------go.mod(49B)
--------combine_test.go(11KB)
--------LICENSE.md(1KB)
--------combine.go(6KB)

网友评论