mirror of https://github.com/mindoc-org/mindoc.git
pull/25/merge
parent
9cb4b6aa25
commit
78be2981a7
2
main.go
2
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()
|
||||
|
|
Loading…
Reference in New Issue