Skip to content

Commit

Permalink
fix: ref processor (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyJavaBean authored Nov 1, 2024
1 parent d8f59e2 commit e76a88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/golang/templates/ref/ref_tpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ var New{{$ProcessorName}} = {{$RefPackage}}.New{{$ProcessorName}}
var New{{$ClientName}} = {{$RefPackage}}.New{{$ClientName}}
var New{{$ClientName}}Factory = {{$RefPackage}}.New{{$ClientName}}
var New{{$ClientName}}Factory = {{$RefPackage}}.New{{$ClientName}}Factory
var New{{$ClientName}}Protocol = {{$RefPackage}}.New{{$ClientName}}Protocol
Expand Down

0 comments on commit e76a88a

Please sign in to comment.