摘要:
问题 $ protoc --go_out=. *.proto protoc-gen-go: unable to determine Go import path for "xxx.proto" Please specify either: • a "go_package" option in the 阅读全文
摘要:
go get 命令 简介 用于从远程代码仓库(如Github)上下载并安装代码包-支持的代码版本控制系统有:Git、Mercurial(hg)、SVN、Bazaar 指定的代码包会被下载到$GOPATH中包含的第一个工作区的src目录中 使用 如go get github.com/go-errors 阅读全文