We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.19
go env
GO111MODULE="on" GOARCH="amd64" GOBIN="" GOCACHE="/Users/xiazemin/Library/Caches/go-build" GOENV="/Users/xiazemin/Library/Application Support/go/env" GOEXE="" GOEXPERIMENT="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOINSECURE="" GOMODCACHE="/Users/xiazemin/.gvm/pkgsets/go1.19/global/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="darwin" GOPATH="/Users/xiazemin/.gvm/pkgsets/go1.19/global" GOPRIVATE="" GOPROXY="https://goproxy.cn,direct" GOROOT="/Users/xiazemin/.gvm/gos/go1.19" GOSUMDB="off" GOTMPDIR="" GOTOOLDIR="/Users/xiazemin/.gvm/gos/go1.19/pkg/tool/darwin_amd64" GOVCS="" GOVERSION="go1.19" GCCGO="gccgo" GOAMD64="v1" AR="ar" CC="clang" CXX="clang++" CGO_ENABLED="1" GOMOD="/dev/null" GOWORK="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/r1/b2gn2lg91zd3n_423q9r97l40000gq/T/go-build1012300173=/tmp/go-build -gno-record-gcc-switches -fno-common"
more than require blocks in go.mod
go mod tidy
go version 1.18
The text was updated successfully, but these errors were encountered:
Related Issues
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
Sorry, something went wrong.
No branches or pull requests
Go version
1.19
Output of
go env
in your module/workspace:What did you do?
more than require blocks in go.mod
What did you see happen?
go mod tidy
What did you expect to see?
go version 1.18
The text was updated successfully, but these errors were encountered: