aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/main.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/cmd/main.go b/cmd/main.go
deleted file mode 100644
index 2219caf..0000000
--- a/cmd/main.go
+++ /dev/null
@@ -1,16 +0,0 @@
-package main
-
-import (
- "log"
-
- "github.com/mammothbane/thulani-go"
-)
-
-func main() {
- conf, err := thulani.LoadConfig("config.json")
- if err != nil {
- log.Fatal(err)
- }
-
- thulani.Run(conf)
-}