1、下载protobuf compiler

  sudo pacman -S protobuf 

2、添加环境变量GOBIN

  export GOBIN=~/go/bin

3、下载golang依赖的包

  go get -u github.com/golang/protobuf/protoc-gen-go

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
  • 2021-09-26
  • 2021-09-22
  • 2022-12-23
  • 2021-11-26
  • 2021-08-10
猜你喜欢
  • 2021-05-28
  • 2021-04-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案