Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.
/ go-common Public archive

Go开发公共模块,可重用的组件模块

License

Notifications You must be signed in to change notification settings

CA17/go-common

Repository files navigation

go-common

Go 项目开发公共模块, 包含了一组可重用的组件库, 不包含任何业务模块。

  • 可以快速的初始化一个包含数据库连接的 WEB 服务器
  • 提供 Excel 数据快速导出工具
  • 提供数据校验
  • 提供 aes 加解密
  • 提供基础日志工具
  • 提供 Systemd 脚本安装工具
  • 其他一些常用工具函数

使用

go get -u github.com/ca17/go-common

import "github.com/ca17/go-common"

About

Go开发公共模块,可重用的组件模块

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages