This commit is contained in:
Bel LaPointe
2025-10-31 12:16:51 -06:00
commit 51307a7424
4 changed files with 198 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module pg
go 1.24.2
require github.com/lib/pq v1.10.9