Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 328 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 328 Bytes

utils

tool function library for go 常用函数库/基础工具集

Containing a collection of Golang utilities

构建

// cheat sheet: https://encore.dev/guide/go.mod
go mod init github.com/AlexZ33/utils

项目规范

  1. 每个目录 需要有独立的README.md CHANGELOG.md CONTRIBUTORS.md