如何禁用GO111MODULE?

huangapple go评论84阅读模式
英文:

how to deactivate GO111MODULE

问题

我很期待知道如何停用go mod。

我正在使用这个多方计算的SDK。

https://fusion.org/tech/dcrm

英文:

I was looking forward to knowing how to deactivate go mod

I was working with this sdk for multi-party-computation

https://fusion.org/tech/dcrm

答案1

得分: 1

使用以下命令:

go env -w GO111MODULE=off

然后运行:

make bootnode
make gdcrm
英文:

use

go env -w  GO111MODULE=off

then run

make bootnode 
make gdcrm

huangapple
  • 本文由 发表于 2022年9月25日 00:38:13
  • 转载请务必保留本文链接:https://go.coder-hub.com/73838923.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定