Home > other >  Goland GRPC configuration
Goland GRPC configuration

Time:10-03

Help goland configuration issues, I have only recently contact go,,, is where the internship I made a little go + GRPC, but I'm stuck GRPC configuration for a long time, don't know how to use VPN, out, up and down according to the online tutorial, and then run it own hellow world also error,
Go: the inconsistent vendoring in C:\go\src\google.golang.org \ GRPC:
Go. Mod requires google.golang.org/grpc but vendor/modules. TXT does not include it.
The run 'go mod tidy; Go mod vendor 'to sync
I feel there is a file called go. Mod has a problem? Like what were missing from it,,, I really don't understand, o god

CodePudding user response:

https://blog.csdn.net/weixin_44690437/article/details/103571558

May help to you, the vender should be another dependency management mode, then use the module, but the module has generated vendor folder's instructions, if you are installing dependent issues, this blog should be able to help you

CodePudding user response:

Run the problem is you don't have a set operation mode, should go run directory
  • Related