An open API service indexing awesome lists of open source software.

https://github.com/go-spring/spring-base

[仅发布] golang 准标准库 ( like cpp boost to go )
https://github.com/go-spring/spring-base

go golang

Last synced: about 1 year ago
JSON representation

[仅发布] golang 准标准库 ( like cpp boost to go )

Awesome Lists containing this project

README

          

# spring-base

[仅发布] 该项目仅为最终发布,开发请关注 [go-spring](https://github.com/go-spring/go-spring) 项目。

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

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