modulepackage
0.0.0-20241227155741-471f92f864a1
Repository: https://github.com/kyle91/haven.git
Documentation: pkg.go.dev
# README
基本说明
- 仓库属于基础库,封装一些常用功能,尽量做到简单调用
log
:高性能无锁日志,支持并发,自动轮替,utf-8编码存储routine
goroutine的简单封装crypto
加解密,封装常用加解密方法
导入说明
- 使用
go get github.com/Kyle91/haven@latest
获取依赖
# Packages
@Author Eric @Date 2024/9/4 16:58:00 @Desc.
@Author Eric @Date 2024/6/10 9:40:00 @Desc 消息队列相关常量定义.
@Author Eric @Date 2024/6/9 23:30:00 @Desc 加解密相关的处理.
@Author Eric @Date 2024/7/30 23:34:00 @Desc.
@Author Eric @Date 2024/6/2 17:36:00 @Desc 高性能无锁日志,支持并发,自动轮替,utf-8编码存储.
@Author Eric @Date 2024/6/10 0:02:00 @Desc.
No description provided by the author
@Author Eric @Date 2024/6/21 17:05:00 @Desc.