finished up generate data models & added some logging

This commit is contained in:
cubixle
2021-06-16 22:57:43 +01:00
parent 9d35acca9b
commit feff0c38eb
9 changed files with 181 additions and 26 deletions

View File

@@ -1,6 +1,8 @@
package tuugen
import "gopkg.in/yaml.v2"
import (
"gopkg.in/yaml.v2"
)
type Config struct {
Project string `yaml:"project"`