更新文档

This commit is contained in:
flswld
2023-01-31 00:10:18 +08:00
parent 5a175722d7
commit bd8a68b8d6
12 changed files with 56 additions and 42 deletions

View File

@@ -5,6 +5,7 @@ import (
_ "net/http/pprof"
"os"
"os/signal"
"strings"
"syscall"
"time"
@@ -36,7 +37,7 @@ func Run(ctx context.Context, configFile string) error {
MqAddr: config.CONF.Hk4e.GateTcpMqAddr,
MqPort: uint32(config.CONF.Hk4e.GateTcpMqPort),
},
Version: config.CONF.Hk4e.Version,
Version: strings.Split(config.CONF.Hk4e.Version, ","),
})
if err != nil {
return err