feat: display colored word cards from map

This commit is contained in:
Grail Finder (aider)
2025-05-01 18:10:43 +03:00
parent b5a67c2578
commit 024dbcffc2
3 changed files with 8 additions and 4 deletions

6
go.mod
View File

@ -1,3 +1,7 @@
module golias
go 1.24.2
go 1.21
require (
github.com/go-chi/chi/v5 v5.0.12
)