aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/main.go b/main.go
new file mode 100644
index 0000000..bfbe132
--- /dev/null
+++ b/main.go
@@ -0,0 +1,9 @@
+package main
+
+import (
+ "gitrepo.ru/neonxp/gorum/app/cmd"
+)
+
+func main() {
+ cmd.Execute()
+}