We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff15a9 commit e1a580fCopy full SHA for e1a580f
internal/jennies/golang/templates/builders/builder.tmpl
@@ -3,6 +3,7 @@ package {{ .Builder.Package | formatPackageName }}
3
{{- $factories := include "factories" . }}
4
{{ .Imports }}
5
6
+// hallo
7
var _ cog.Builder[{{ .BuilderSignatureType }}] = (*{{ .Builder.Name|formatObjectName }}Builder)(nil)
8
{{ range .Builder.For.Comments }}
9
// {{ . }}
0 commit comments