summary refs log tree commit diff stats
path: root/getwtxt.go
diff options
context:
space:
mode:
Diffstat (limited to 'getwtxt.go')
-rw-r--r--getwtxt.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/getwtxt.go b/getwtxt.go
new file mode 100644
index 0000000..20b168e
--- /dev/null
+++ b/getwtxt.go
@@ -0,0 +1,9 @@
+package main
+
+import(
+	"github.com/getwtxt/getwtxt/svc"
+)
+
+func main() {
+	svc.Start()
+}