Skip to content

Commit

Permalink
fix: fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyJavaBean committed Nov 4, 2024
1 parent 269684a commit 550364b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/golang/templates/ref/ref_tpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ var enumRef = `
const (
{{- range .Values}}
{{- if and Features.ReserveComments .ReservedComments}}
{{.ReservedComments}}{{end}}
{{.GoName}} = {{$RefPackage}}.{{.GoName}}
{{- end}}
)
Expand Down

0 comments on commit 550364b

Please sign in to comment.