First commit

This commit is contained in:
2024-11-01 22:41:06 +01:00
commit 8ce5189b62
7 changed files with 239 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module downloadhub
go 1.22
require (
github.com/go-chi/chi/v5 v5.1.0
github.com/google/uuid v1.6.0
)