🚧 Stub for config package

This commit is contained in:
Dan Jones 2025-04-02 20:59:40 -05:00
commit 91bbd0f8e2
5 changed files with 471 additions and 1 deletions

5
go.mod
View file

@ -2,4 +2,7 @@ module codeberg.org/danjones000/trakter
go 1.23.6
require github.com/spf13/pflag v1.0.6
require (
github.com/spf13/pflag v1.0.6
go.uber.org/mock v0.5.0
)