7624e4617a745de4da0343a4b305b49fa12e61da
[msb/apigateway.git] / msb2pilot2 / main.go
1 package main
2
3 import (
4         _ "msb2pilot2/routers"
5         "github.com/astaxie/beego"
6 )
7
8 func main() {
9         beego.Run()
10 }
11