通过goctl安装protoc后检查protoco是否安装成功报错:这种报错一般是缺失依赖,解决方案:# 方式一 $ goctl env check --install --force --verbose # 方式二 $ goctl env install --verbose -f