Load config from file with defaults

This commit is contained in:
Dan Jones 2024-02-04 18:19:19 -06:00
commit 40f9518611
8 changed files with 127 additions and 2 deletions

1
go.mod
View file

@ -3,6 +3,7 @@ module codeberg.org/danjones000/my-log
go 1.21.5
require (
github.com/BurntSushi/toml v1.3.2
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
)