work on writing and reading configs

This commit is contained in:
2023-11-02 11:35:10 -07:00
parent 5eb722ff0f
commit 2cfada117b
3 changed files with 148 additions and 28 deletions

5
go.mod
View File

@@ -1,3 +1,8 @@
module github.com/taigrr/jety
go 1.21.3
require (
github.com/BurntSushi/toml v1.3.2
gopkg.in/yaml.v3 v3.0.1
)