aboutsummaryrefslogtreecommitdiffstats
path: root/msb2pilot2/main.go
blob: 7624e4617a745de4da0343a4b305b49fa12e61da (plain)
1
2
3
4
5
6
7
8
9
10
11
package main

import (
	_ "msb2pilot2/routers"
	"github.com/astaxie/beego"
)

func main() {
	beego.Run()
}