Unable to build protobuf to go endpoint

后端 未结 12 782
日久生厌
日久生厌 2021-01-30 12:39

using protobuf version 2.6.1 ( which i installed via homebrew)

I am trying to run

$ protoc --go_out=../cloud/ *.proto

I keep receiv

12条回答
  •  伪装坚强ぢ
    2021-01-30 13:14

    On Ubuntu 18.04, this is verified working to solve this issue:

    sudo apt-get install golang-goprotobuf-dev

提交回复
热议问题