init project structer

This commit is contained in:
2025-10-08 14:12:48 +07:00
commit 9c177abda0
22 changed files with 6737 additions and 0 deletions

5
apps/server-go/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/catsave/server
go 1.21
require github.com/gorilla/mux v1.8.1