about summary refs log tree commit diff stats
path: root/getwtxt.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-06 03:00:05 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-08 02:29:15 -0400
commit3fe7510b7617780e6bcd7bd9a5575f11f59b6e15 (patch)
tree25c1be036367d0f292810f28aa50c53b5aaa23b1 /getwtxt.go
parent84f9cfe07dafecadd1dcb64ed2e1729d7557da4d (diff)
downloadgetwtxt-3fe7510b7617780e6bcd7bd9a5575f11f59b6e15.tar.gz
simplified formatting
Diffstat (limited to 'getwtxt.go')
-rw-r--r--getwtxt.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/getwtxt.go b/getwtxt.go
index 20b168e..8f176ab 100644
--- a/getwtxt.go
+++ b/getwtxt.go
@@ -1,8 +1,6 @@
 package main
 
-import(
-	"github.com/getwtxt/getwtxt/svc"
-)
+import "github.com/getwtxt/getwtxt/svc"
 
 func main() {
 	svc.Start()