1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Merge pull request #622 from noxer/patch-1

Disable the GOSUMDB in the compilation instructions
This commit is contained in:
Chris Cummer 2019-09-11 10:43:15 -07:00 committed by GitHub
commit 842a24ed1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,9 @@ If you want to run the build command from within your `$GOPATH`:
# Set the Go proxy variable to GoCenter # Set the Go proxy variable to GoCenter
export GOPROXY="https://gocenter.io" export GOPROXY="https://gocenter.io"
# Disable the Go checksum database
export GOSUMDB=off
# Enable Go modules # Enable Go modules
export GO111MODULE=on export GO111MODULE=on