Skip to content

Go 泛型工具库,包含了一些常用的数据结构和算法,以及一些常用的工具函数。

License

Notifications You must be signed in to change notification settings

tao-xiaoxin/go-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-tools

Go Report Card codecov GoDoc GitHub release

这是一个Go 泛型工具库,包含了一些常用的数据结构和算法,以及一些常用的工具函数。

Git 提交规范

参考规范 Angular 的提交约定

  • feat 增加新功能
  • fix 修复问题/BUG
  • style 代码风格相关无影响运行结果的
  • perf 优化/性能提升
  • refactor 重构
  • revert 撤销修改
  • test 测试相关
  • docs 文档/注释
  • chore 依赖更新/脚手架配置修改等
  • workflow 工作流改进
  • ci 持续集成
  • types 类型定义文件更改
  • wip 开发中

About

Go 泛型工具库,包含了一些常用的数据结构和算法,以及一些常用的工具函数。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages