We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31e749 commit 3f59e6dCopy full SHA for 3f59e6d
stefc/templates/go/writer_test.go.tmpl
@@ -24,7 +24,7 @@ import (
24
// Generated records will only have fields set (mutated) that are defined
25
// in the supplied schema. This allows testing schema evolution.
26
func gen{{.StructName}}Records(random *rand.Rand, schem *schema.Schema) (records []{{.StructName}}) {
27
- const recCount = 1000
+ const recCount = 1000
28
var record {{.StructName}}
29
record.Init()
30
0 commit comments