12 lines
120 B
Go
Executable File
12 lines
120 B
Go
Executable File
package main
|
|
|
|
import (
|
|
_ "anytunnel/at-admin/app/routers"
|
|
|
|
"github.com/astaxie/beego"
|
|
)
|
|
|
|
func main() {
|
|
beego.Run()
|
|
}
|