summaryrefslogtreecommitdiff
path: root/cmd/aocli/gen.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/aocli/gen.go')
-rw-r--r--cmd/aocli/gen.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/aocli/gen.go b/cmd/aocli/gen.go
index eadfff8..ad5fa72 100644
--- a/cmd/aocli/gen.go
+++ b/cmd/aocli/gen.go
@@ -54,12 +54,12 @@ func partTwo(ctx context.Context, data any) (any, error) {
return nil, nil
}
-func read{{ .Name | Title }}(line []string) (any, error) {
+func read{{ .Name | Title }}(lines []string) (any, error) {
return nil, nil
}
`
-var testTmpl string = `package {{ .Name }}_test
+var testTmpl string = `package {{ .Name }}
import (
. "github.com/onsi/ginkgo/v2"