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
go version
$ go version go version go1.14 darwin/amd64
Yes
go env
GO111MODULE="" GOARCH="amd64" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOINSECURE="" GOOS="darwin" GOPROXY="https://proxy.golang.org,direct" GOSUMDB="sum.golang.org" GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64" GCCGO="gccgo" AR="ar" CC="clang" CXX="clang++" CGO_ENABLED="1" GOMOD="/Users/panda/go/src/github.com/Hatch1fy/boards/go.mod" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config"
Attempted to set proper version for go mod dependencies when importing x/sys
x/sys
Any version, even v0.1.0
v0.1.0
No version set. Each library has a slightly different variant depending on which timestamp they are using.
The text was updated successfully, but these errors were encountered:
This is #21324, and has been requested repeatedly :-(
Sorry, something went wrong.
Closing as a dup of #21324.
No branches or pull requests
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?What did you do?
Attempted to set proper version for go mod dependencies when importing
x/sys
What did you expect to see?
Any version, even
v0.1.0
What did you see instead?
No version set. Each library has a slightly different variant depending on which timestamp they are using.
The text was updated successfully, but these errors were encountered: