repositorypackage
0.0.0-20241227155741-471f92f864a1
Repository: https://github.com/kyle91/haven.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
# README
基本说明
- 仓库属于基础库,封装一些常用功能,尽量做到简单调用
log
:高性能无锁日志,支持并发,自动轮替,utf-8编码存储routine
goroutine的简单封装crypto
加解密,封装常用加解密方法
导入说明
- 使用
go get github.com/Kyle91/haven@latest
获取依赖