init backend and dev docs

This commit is contained in:
2026-01-21 21:10:45 +01:00
parent 40ebd55865
commit 19ec9f3c17
7 changed files with 127 additions and 0 deletions

5
backend/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module gitea.maison43.duckdns.org/gilles/matosbox
go 1.23
require github.com/gin-gonic/gin v1.10.0