【发布时间】:2022-01-26 23:48:23
【问题描述】:
我正在尝试构建和运行一个 repo (https://github.com/hyperledger/fabric/tree/master),但这个错误不断弹出,我仍然没有找到解决方案。
consensus.go:12:2: use of internal package github.com/hyperledger/fabric/internal/pkg/identity not allowed
这只是导致此错误的众多文件之一。 我很确定我做错了什么,因为这个 repo 应该是有效的。
Go 版本:
go version go1.13.5 linux/amd64
操作系统:Linux Mint 19.2 Cinnamon
【问题讨论】: