git-svn-id: svn://47.119.165.148/zhub@63 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
@@ -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)
The note is not visible to the blocked user.