Initial Go server with PostgreSQL and static file serving

This commit is contained in:
Ian Gulliver
2026-02-14 20:29:42 -08:00
commit b33cf94151
5 changed files with 68 additions and 0 deletions

2
go.sum Normal file
View File

@@ -0,0 +1,2 @@
github.com/lib/pq v1.11.2 h1:x6gxUeu39V0BHZiugWe8LXZYZ+Utk7hSJGThs8sdzfs=
github.com/lib/pq v1.11.2/go.mod h1:/p+8NSbOcwzAEI7wiMXFlgydTwcgTr3OSKMsD2BitpA=