Hyperledger Fabric 中的 GOPATH

GOPATH in Hyperledger Fabric

我正在

浏览 Hyperledger Fabric 文档

https://hyperledger-fabric.readthedocs.io/en/release-1.2/prereqs.html

而且我注意到在 "Getting Started" 部分你开始 与先决条件。所以基本上,安装使用 fabric 的所有依赖项。

然而,Fabric 没有安装在先决条件部分,但是,在同一部分的 Go 编程语言部分,提到

First, you must set the environment variable GOPATH to point at the Go workspace containing the downloaded Fabric code base, with something like:

但此时没有下载 Fabric 代码库。

我该怎么办? GOPATH 的值应该是多少?

到这一步为止,还没有安装或下载结构代码库。这是一个文件夹结构建议。在下一步中,您将被引导下载 fabric 二进制文件、示例和 docker 图像。我建议您跳转 here 以快速设置结构。