You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I generate the code with the v1.18.0 I encountered a generation error.
My service is called ExampleV1beta1, but when I generate the code with buf I have found an error as the generated code is
Describe the bug
When I generate the code with the v1.18.0 I encountered a generation error.
My service is called
ExampleV1beta1
, but when I generate the code with buf I have found an error as the generated code isAs you can see the variable is
exampleV1beta1Methods
but is used inside of the function asexampleV1Beta1Methods
.To Reproduce
I have used the following buf.gen.yaml
the service is
Environment (please complete the following information):
connect-go
version or commit: (for example,v0.1.0
or5bfc7a1b440ebffdc952d813332e3617ca611395
) v1.18.0go version
: (for example,go version go1.18.3 darwin/amd64
) go version go1.23.1 darwin/arm64The text was updated successfully, but these errors were encountered: