summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/database/users.go3
-rw-r--r--src/main.go13
2 files changed, 0 insertions, 16 deletions
diff --git a/src/database/users.go b/src/database/users.go
deleted file mode 100644
index 06e5808..0000000
--- a/src/database/users.go
+++ /dev/null
@@ -1,3 +0,0 @@
-func getUsers() {
-
-}
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()
-}