lifei6671 8 년 전
부모
커밋
e6726562ce
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      main.go

+ 3 - 3
main.go

@@ -10,7 +10,7 @@ import (
 )
 
 func main() {
-	fmt.Println(os.Args[0])
+
 	commands.RegisterDataBase()
 	commands.RegisterModel()
 	commands.RegisterLogger()
@@ -18,8 +18,8 @@ func main() {
 	commands.RegisterFunction()
 
 	beego.SetStaticPath("uploads","uploads")
-
-
+	
+	fmt.Println(os.Args[0])
 
 	beego.Run()
 }