Initial commit

This commit is contained in:
Ian Gulliver
2024-12-06 22:51:31 -08:00
commit 8a442173ee
6 changed files with 223 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/gopatchy/t
go 1.23.3
require github.com/lib/pq v1.10.9