From 47385f60715b15f594ba2d809f4fb7145fe957ee Mon Sep 17 00:00:00 2001 From: xiyangxixian <2554758802@qq.com> Date: Wed, 5 Dec 2018 18:49:58 +0800 Subject: [PATCH] reset config.go --- common/config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/config.go b/common/config.go index d88d513..4851898 100644 --- a/common/config.go +++ b/common/config.go @@ -377,10 +377,10 @@ func FormatDSN(env *dsn) string { // SoarVersion soar version information func SoarVersion() { - //fmt.Println("Version:", Version) - //fmt.Println("Branch:", Branch) - //fmt.Println("Compile:", Compile) - //fmt.Println("GitDirty:", GitDirty) + fmt.Println("Version:", Version) + fmt.Println("Branch:", Branch) + fmt.Println("Compile:", Compile) + fmt.Println("GitDirty:", GitDirty) } // 因为vitess sqlparser 使用了 glog 中也会使用 flag,为了不让用户困扰我们单独写一个 usage -- GitLab