Categorygithub.com/go-spring/spring-base
repository
1.1.3
Repository: https://github.com/go-spring/spring-base.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

spring-base

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

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

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