work on generating main.go and use config not hardcoded vals

This commit is contained in:
cubixle
2021-06-18 13:58:58 +01:00
parent feff0c38eb
commit f435f65536
10 changed files with 124 additions and 76 deletions

5
go.mod
View File

@@ -2,7 +2,4 @@ module github.com/cubixle/tuugen
go 1.16
require (
golang.org/x/tools v0.1.3 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
require gopkg.in/yaml.v2 v2.4.0