Use go_errors library everywhere.

This commit is contained in:
2025-02-26 13:31:46 +02:00
parent c82b436d32
commit 9dc008cb0f
17 changed files with 66 additions and 353 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module gemini-grc
go 1.23.1
require (
github.com/antanst/go_errors v0.0.1
github.com/guregu/null/v5 v5.0.0
github.com/jackc/pgx/v5 v5.7.2
github.com/jmoiron/sqlx v1.4.0