Categorygithub.com/Kyle91/haven
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

基本说明

  1. 仓库属于基础库,封装一些常用功能,尽量做到简单调用
  2. log:高性能无锁日志,支持并发,自动轮替,utf-8编码存储
  3. routine goroutine的简单封装
  4. crypto 加解密,封装常用加解密方法

导入说明

  1. 使用go get github.com/Kyle91/haven@latest获取依赖