feat(http): chi router skeleton + Google-style error response

This commit is contained in:
2026-04-28 14:59:02 +08:00
parent b26a7e9a6f
commit 98c9ce139f
5 changed files with 154 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ module github.com/yan1h/agent-coding-workflow
go 1.25.0
require (
github.com/go-chi/chi/v5 v5.2.5
github.com/golang-migrate/migrate/v4 v4.19.1
github.com/jackc/pgx/v5 v5.9.2
github.com/spf13/viper v1.21.0