init
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "anytunnel/at-admin/app/routers"
|
||||
|
||||
"github.com/astaxie/beego"
|
||||
)
|
||||
|
||||
func main() {
|
||||
beego.Run()
|
||||
}
|
||||
Reference in New Issue
Block a user