feat(Go-StudyExample):2020/12/17:新增sdk包Logger的使用示例

This commit is contained in:
Huangzj
2020-12-17 10:32:51 +08:00
parent 445cf4345a
commit 6c3a44b2e5
3 changed files with 61 additions and 0 deletions
+2
View File
@@ -27,6 +27,8 @@ json与struct之间转换处理工具使用示例
2020/12/17: 新增cronTab与go cron的定时任务使用示例
2020/12/17:新增sdk包Logger的使用示例
# mod vendor模式加载包
通过go mod的方式加载的github上面的包会有报红的问题,但是包本身是可以运行的,这样就是会有一个问题,如果你想要点击去看方法的内容,没办法做到