Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 836 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 836 Bytes

spring-base

[仅发布] 该项目仅为最终发布,开发请关注 go-spring 项目。

Go-Spring 基础库,可以作为 Golang 标准库的补充。

模块名 功能介绍
assert 提供了一些常用的断言函数。
atomic 封装标准库 atomic 包的操作函数。
cast 提供了很多类型之间相互转换的函数。
color 提供了一些控制台输出格式。
conf 提供读取属性列表的方法。
flat 提供了一些将复合数据打平的函数。
knife 提供了 context.Context 上的缓存。
koala 提供了进程内缓存组件。
log 重新定义标准日志接口。
recorder 流量录制。
replayer 流量回放。
util 提供了一些常用的辅助函数。