* move "client", "transport" to "config"

This commit is contained in:
Simon Zolin
2019-07-09 18:37:24 +03:00
parent 2682adca39
commit c426ee0108
5 changed files with 17 additions and 14 deletions

View File

@@ -108,6 +108,7 @@ func run(args options) {
os.Exit(0)
}()
initConfig()
config.clients.Init()
if !config.firstRun {