feat: complete phase 0

This commit is contained in:
Blake Ridgway
2026-04-24 19:49:13 -05:00
parent 0c1547e0d5
commit c1d8b17147
5 changed files with 71 additions and 9 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/blakeridgway/heloha
go 1.25.9
require github.com/go-chi/chi/v5 v5.2.5