加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
1、创建自定义的一些golang的工具集,定义包为gt,为gotools的缩写
2、使用viper作为加载配置文件
    https://github.com/spf13/viper,
    使用yaml格式
3、各种配置文件全部放置到configs文件夹下
4、使用zap来实现日志记录,使用lumberjack记录到文件中
5、httpclient使用resty  https://github.com/go-resty/resty
6、json处理使用gjson https://github.com/tidwall/gjson
7、数据库框架使用xormPlus  https://github.com/xormplus/xorm
    数据库驱动使用的是:go-sql-driver/mysql








# 安装go mod
go get github.com/kataras/iris/v12@latest
go get -u github.com/spf13/viper
go get -u go.uber.org/zap
go get gopkg.in/natefinch/lumberjack.v2
go get github.com/go-resty/resty/v2
go get -u github.com/tidwall/gjson
go get -u github.com/xormplus/xorm
go get github.com/go-sql-driver/mysql

空文件

简介

暂无描述 展开 收起
Go
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化