We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I migrate an app from 0.3.x to 0.4.x?
The text was updated successfully, but these errors were encountered:
if you want to use Go Modules,
grapi.toml
- "./vendor/github.com/grpc-ecosystem/grpc-gateway", - "./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis", + '{{ module "github.com/grpc-ecosystem/grpc-gateway" }}', + '{{ module "github.com/grpc-ecosystem/grpc-gateway" }}/third_party/googleapis',
go mod init
go mod tidy
Gopkg.*
I will add a migration doc to README later. thanks!
Sorry, something went wrong.
No branches or pull requests
How do I migrate an app from 0.3.x to 0.4.x?
The text was updated successfully, but these errors were encountered: