diff options
-rw-r--r-- | getwtxt.go | 4 |
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() |