Show go version

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
Jianhui Zhao
2018-08-22 20:36:34 +08:00
parent 920c05b47d
commit 00ea31840a
+2
View File
@@ -25,6 +25,7 @@ import (
"sync"
"flag"
"time"
"runtime"
"strconv"
"syscall"
"crypto/md5"
@@ -113,6 +114,7 @@ func main() {
rand.Seed(time.Now().Unix())
rlog.Printf("go version: %s %s/%s\n", runtime.Version(), runtime.GOOS, runtime.GOARCH)
rlog.Println("rttys version:", rttys_version())
br := newBroker()