summaryrefslogtreecommitdiff
path: root/src/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/main.go b/src/main.go
deleted file mode 100644
index f5ba944..0000000
--- a/src/main.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package server
-
-import (
- "fmt"
- "net/http"
-
- "github.com/joho/godotenv"
- _ "github.com/mattn/go-sqlite3"
-)
-
-func main() {
- err := godotenv.Load()
-}