feat(Go-Tool): 修改FileUtil的报错

This commit is contained in:
huangzj
2020-07-13 17:01:39 +08:00
parent 07b1c388ba
commit 1c794c040c
5 changed files with 55 additions and 99 deletions
+2
View File
@@ -28,6 +28,8 @@
2020/7/13: 增加计算获取字符串哈希值的方法(这个是之前用于做分表系统的方法,搬到这边来看一下)
2020/7/13: 修改FileUtil的报错
# mod vendor模式加载包
通过go mod的方式加载的github上面的包会有报红的问题,但是包本身是可以运行的,这样就是会有一个问题,如果你想要点击去看方法的内容,没办法做到