feat(添加功能): client作为本地查询工具,server作为服务给其他服务调用

This commit is contained in:
xiaoqidun committed 2021-01-23 15:26:04 +08:00
1 parent 47ef8058d0
commit 88e9c989f5
6 files changed
+92 -2

No files matched your search

+1 -1
View File
@@ -5,7 +5,7 @@ import (
)
func init() {
if err := LoadFile("qqwry.dat"); err != nil {
if err := LoadFile("assets/qqwry.dat"); err != nil {
panic(err)
}
}