pull/25/merge
Minho 2017-05-04 10:52:58 +08:00
parent 9cb4b6aa25
commit 78be2981a7
1 changed files with 1 additions and 1 deletions

View File

@ -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()