We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb2aa5 commit 0a063daCopy full SHA for 0a063da
goagen/gen_main/generator.go
@@ -22,7 +22,7 @@ import (
22
23
//NewGenerator returns an initialized instance of a JavaScript Client Generator
24
func NewGenerator(options ...Option) *Generator {
25
- g := &Generator{}
+ g := &Generator{OutDir: "."}
26
27
for _, option := range options {
28
option(g)
0 commit comments