From 78be2981a705287da450def8dcfeebeafeb8037c Mon Sep 17 00:00:00 2001 From: Minho Date: Thu, 4 May 2017 10:52:58 +0800 Subject: [PATCH] * --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b35273c1..34bf2285 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ var ( func main() { - fmt.Printf("MinDoc version%s\n%s\n%s\nstart directory%s\n", VERSION, BUILD_TIME, GO_VERSION,os.Args[0]) + fmt.Printf("MinDoc version => %s\nbuild time => %s\nstart directory => %s\n%s\n", VERSION, BUILD_TIME, os.Args[0],GO_VERSION) commands.RegisterDataBase() commands.RegisterModel()