Feat: add models/cache/config

This commit is contained in:
Grail Finder
2025-05-02 09:06:17 +03:00
parent dbc87d7b9b
commit acaf4af4ce
13 changed files with 554 additions and 1 deletions

7
go.mod
View File

@ -1,3 +1,10 @@
module golias
go 1.24
require (
github.com/BurntSushi/toml v1.5.0
honnef.co/go/tools v0.6.1
)
require golang.org/x/tools v0.30.0 // indirect