aboutsummaryrefslogtreecommitdiffstats
path: root/msb2pilot2/main.go
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2018-07-14 13:44:06 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2018-07-14 13:44:11 +0800
commitf5da888617ad7b436b8019cf649d759f99e07d35 (patch)
treefbf4ff574a2c45a4de878cc1b61c6773520259cf /msb2pilot2/main.go
parent38e3f07a034aa0e9579a1adcee251b94ef2784ae (diff)
Initial commit for msb2pilot
Issue-ID: MSB-203 Change-Id: Id4ffc065d5622753c4e4839dade0add711ab004b Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'msb2pilot2/main.go')
-rw-r--r--msb2pilot2/main.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/msb2pilot2/main.go b/msb2pilot2/main.go
new file mode 100644
index 0000000..7624e46
--- /dev/null
+++ b/msb2pilot2/main.go
@@ -0,0 +1,11 @@
+package main
+
+import (
+ _ "msb2pilot2/routers"
+ "github.com/astaxie/beego"
+)
+
+func main() {
+ beego.Run()
+}
+