我一直在尝试按照此处chaosmonkey
的说明进行安装go
但是,过去一天我未能成功解决该问题。我不断收到以下错误,如果我尝试使用 安装其他软件包go get
,它会毫无问题地安装它,所以我相信我path
是正确的。
go: downloading github.com/netflix/chaosmonkey v2.0.2+incompatible
go get: module github.com/netflix/chaosmonkey@v2.0.2 found (v2.0.2+incompatible), but does not contain package github.com/netflix/chaosmonkey/cmd/chaosmonkey
互联网上没有太多信息,任何帮助将不胜感激!