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
go install github.com/go-kratos/kratos/cmd/protoc-gen-go-http@latest
it actually installed what seems to be an experimental plugin:
$ protoc-gen-go-http --version protoc-gen-go-http 0.0.1
After checking the documentation, I noticed these seems to be no notes regarding the installation of these plugins. I then manually compiled main/cmd/protoc-gen-go-http, and it worked.
Is manually compiling the plugin from main/cmd/protoc-gen-go-http the officially recommended way to install these plugins?