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

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module rooms
go 1.25
require github.com/lib/pq v1.11.2