Actually configure package name

This commit is contained in:
Ben Kraft
2020-03-27 17:45:29 -07:00
parent 01b903b053
commit 9e01efdd88
+1 -2
View File
@@ -140,8 +140,7 @@ func Generate(config *Config) ([]byte, error) {
}
data := templateParams{
// TODO: configure PackageName
PackageName: "example",
PackageName: config.Package,
Operations: operations,
}