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 )
- Host: GitHub
- URL: https://github.com/go-spring/spring-base
- Owner: go-spring
- License: apache-2.0
- Created: 2021-08-02T10:59:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T09:38:03.000Z (over 3 years ago)
- Last Synced: 2025-03-24T12:39:16.635Z (about 1 year ago)
- Topics: go, golang
- Language: Go
- Homepage: https://go-spring.com
- Size: 407 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 | 提供了一些常用的辅助函数。 |