Revamp config, Gofmt project, and clean up unneeded code

This commit is contained in:
2021-01-03 19:41:26 -08:00
parent a7428315e3
commit 93c80f01b8
20 changed files with 316 additions and 237 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module pak
go 1.15
require github.com/pelletier/go-toml v1.8.2-0.20201124181426-2e01f733df54
require (
github.com/pelletier/go-toml v1.8.2-0.20201124181426-2e01f733df54
github.com/spf13/pflag v1.0.5
)