Initial commit

This commit is contained in:
2025-08-01 00:15:34 +01:00
commit 54601b1993
115 changed files with 28375 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
module namegen
go 1.23.0
toolchain go1.23.11
require (
github.com/go-chi/chi/v5 v5.2.2
golang.org/x/text v0.27.0
)
require github.com/go-chi/cors v1.2.2
require golang.org/x/time v0.12.0