Skip to content

Instantly share code, notes, and snippets.

@ctracerpp
Last active June 20, 2020 06:40
Show Gist options
  • Save ctracerpp/182cb03a7bdc68546212e657298d1bb4 to your computer and use it in GitHub Desktop.
Save ctracerpp/182cb03a7bdc68546212e657298d1bb4 to your computer and use it in GitHub Desktop.
golang
set GO111MODULE=on
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\ctracerpp\AppData\Local\go-build
set GOENV=C:\Users\ctracerpp\AppData\Roaming\go\env
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GONOPROXY=github.com/pms-pminfo/*
set GONOSUMDB=github.com/pms-pminfo/*
set GOOS=windows
set GOPATH=C:\Users\ctracerpp\go
set GOPRIVATE=github.com/pms-pminfo/*
set GOPROXY=https://goproxy.cn,direct
set GOROOT=c:\go
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLDIR=c:\go\pkg\tool\windows_amd64
set GCCGO=gccgo
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment