feat: initial Gin-Go web app scaffold

This commit is contained in:
opencode
2026-02-22 16:15:38 +00:00
committed by OpenCode Bot
commit c92ba81367
5 changed files with 145 additions and 0 deletions

2
go.mod Normal file
View File

@@ -0,0 +1,2 @@
module example.com/ginapp
go 1.20