Browse Source

golint

tags/v1.0.0-rc2
liuxiaomin scott lewis 4 years ago
parent
commit
bc692678f1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmd/tc/main.go

+ 1
- 1
cmd/tc/main.go View File

@@ -46,7 +46,7 @@ func main() {
config.InitConf(configPath)
conf := config.GetServerConfig()
port, _ := strconv.Atoi(conf.Port)
common.XID.Init(ip, port)
common.GetXID().Init(ip, port)

uuid.Init(serverNode)
lock.Init()


Loading…
Cancel
Save