Change network to accept DialFunc

This commit is contained in:
9seconds
2021-03-11 06:08:15 +03:00
parent 6b28488fbd
commit d6566e5dfb
18 changed files with 67 additions and 117 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ func main() {
"version": version,
})
ctx.FatalIfErrorf(ctx.Run(cli))
ctx.FatalIfErrorf(ctx.Run(cli, version))
}