0.0.0.0 Initial commit, basic core functionality

This commit is contained in:
2025-01-08 15:41:41 -05:00
commit 049927d242
8 changed files with 352 additions and 0 deletions

7
go.mod Normal file
View File

@ -0,0 +1,7 @@
module config
go 1.23.4
require github.com/LixenWraith/tinytoml v0.0.0-20241125164826-37e61dcbf33b
require github.com/mitchellh/mapstructure v1.5.0 // indirect