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

Disable the GOSUMDB in the compilation instructions

This commit is contained in:
Tim Scheuermann 2019-09-09 14:55:07 +02:00 committed by GitHub
parent ba7645a732
commit 8ca807ee57
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