feat: first init

This commit is contained in:
Cereska
2026-02-26 08:21:58 -05:00
commit a1b599d030
11 changed files with 188 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module chat
go 1.25.0
require (
github.com/labstack/echo/v5 v5.0.4 // indirect
golang.org/x/time v0.14.0 // indirect
)