aboutsummaryrefslogtreecommitdiffstats
path: root/msb2pilot2/main.go
diff options
context:
space:
mode:
authorZhaoxing Meng <meng.zhaoxing1@zte.com.cn>2018-07-14 06:28:26 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-14 06:28:26 +0000
commit651367525a450768565336258c283c395adcc5eb (patch)
tree65521b7a93e700e7b496087de8fb75011a1fdf2f /msb2pilot2/main.go
parent2c6426336be4251d5ac3461de4708aa10da43805 (diff)
parentf5da888617ad7b436b8019cf649d759f99e07d35 (diff)
Merge "Initial commit for msb2pilot"
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()
+}
+