Skip to content

Commit

Permalink
optimize: remove deep equal for frugal slim template (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyJavaBean authored Jan 16, 2025
1 parent 57f4e50 commit c09887b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions generator/golang/templates/slim/slim.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ func (p *{{$TypeName}}) Error() string {
}
{{- end}}
{{- if Features.GenDeepEqual}}
{{template "StructLikeDeepEqual" .}}
{{template "StructLikeDeepEqualField" .}}
{{- end}}
{{InsertionPoint "ExtraFieldMap"}}
{{- end}}{{/* define "StructLike" */}}
`
Expand Down

0 comments on commit c09887b

Please sign in to comment.