mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-23 06:35:20 +01:00
The use of the GO111MODULE environment variable doesn't have any effect anymore and hasn't for a couple of versions. The default was set to "on" a while back, so we can remove that variable everywhere.
180 B
180 B
Update
- Run the following commands to update btcd, all dependencies, and install it:
cd $GOPATH/src/github.com/btcsuite/btcd
git pull && go install -v . ./cmd/...