From 27aab70386c68f3a0f22c52e72b91cf16b289100 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 25 Mar 2024 12:08:35 -0600 Subject: initial commit --- src/main.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/main.go (limited to 'src/main.go') diff --git a/src/main.go b/src/main.go new file mode 100644 index 0000000..f5ba944 --- /dev/null +++ b/src/main.go @@ -0,0 +1,13 @@ +package server + +import ( + "fmt" + "net/http" + + "github.com/joho/godotenv" + _ "github.com/mattn/go-sqlite3" +) + +func main() { + err := godotenv.Load() +} -- cgit v1.2.3-70-g09d2