Initial structure

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-05-02 13:22:49 +01:00
parent 71fccf0ddf
commit 866cbaa42f
6 changed files with 66 additions and 28 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module nextbook
go 1.24.0
require github.com/joho/godotenv v1.5.1