diff --git a/cmd/main.go b/cmd/main.go deleted file mode 100644 index 6146da8..0000000 --- a/cmd/main.go +++ /dev/null @@ -1,7 +0,0 @@ -package main - -import "fmt" - -func main() { - fmt.Println("Hello World. Will be using this to pars dicts") -}