Skip to content

Commit

Permalink
fix: fix again (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyJavaBean authored Nov 1, 2024
1 parent e76a88a commit 92985a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generator/golang/templates/ref/ref_tpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ type {{$ProcessorName}} = {{$RefPackage}}.{{$ProcessorName}}
var New{{$ProcessorName}} = {{$RefPackage}}.New{{$ProcessorName}}
type {{$ClientName}} = {{$RefPackage}}.{{$ClientName}}
var New{{$ClientName}} = {{$RefPackage}}.New{{$ClientName}}
var New{{$ClientName}}Factory = {{$RefPackage}}.New{{$ClientName}}Factory
Expand Down

0 comments on commit 92985a8

Please sign in to comment.