-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Description
What version of Go are you using (go version
)?
$ go version. 1.21.0
What operating system and processor architecture are you using (go env
)?
go env
Output
$ go envGO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/mikewang/.cache/go-build'
GOENV='/home/mikewang/.config/go/env'
GOEXE=''
GOEXPERIMENT='arenas'
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/home/mikewang/go/pkg/mod'
GONOPROXY='gitlab.it9i.com'
GONOSUMDB='gitlab.it9i.com'
GOOS='linux'
GOPATH='/home/mikewang/go'
GOPRIVATE='gitlab.it9i.com'
GOPROXY='https://goproxy.cn,direct'
GOROOT='/home/mikewang/go1.21.0'
GOSUMDB='sum.golang.google.cn'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/home/mikewang/go1.21.0/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.21.0'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='1'
GOMOD='/home/mikewang/go_w/goodsfamily/gis-comp/go.mod'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build4138640415=/tmp/go-build -gno-record-gcc-switches'
What did you do?
