git-svn-id: svn://47.119.165.148/zhub@63 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
This commit is contained in:
lxy
2021-01-09 10:53:35 +00:00
parent 2dcfc5e9bf
commit f1b7a862f9
15 changed files with 377 additions and 50 deletions

View File

@@ -6,7 +6,7 @@ import (
"strconv"
"strings"
"zhub/cli"
"zhub/zdb"
"zhub/zsub"
)
func main() {
@@ -30,7 +30,7 @@ func main() {
}
if server {
zdb.ServerStart(host, port)
zsub.ServerStart(host, port)
} else {
cli.ClientRun(host, port)
}