-
-
Save ctracerpp/182cb03a7bdc68546212e657298d1bb4 to your computer and use it in GitHub Desktop.
golang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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