initial commit

This commit is contained in:
axolotlmaid 2024-09-25 16:52:09 +01:00
commit f338d86663
3 changed files with 25 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module backend
go 1.23.1
require (
github.com/joho/godotenv v1.5.1 // indirect
github.com/lmittmann/tint v1.0.5 // indirect
)