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
On my ubuntu I can do go version which returns : go version go1.12.10 linux/amd64
go version
go version go1.12.10 linux/amd64
other Ubuntu results found on SO : go version go1.1.1 linux/amd64 go version go1.6beta1 linux/amd64
go version go1.1.1 linux/amd64
go version go1.6beta1 linux/amd64
Also version with only major minor on medium : go version go1.8 linux/amd64
go version go1.8 linux/amd64
Windows looks similar on this blog go version go1.10 windows/amd64
go version go1.10 windows/amd64
And apparently similar on macos : go version go1.13.3 darwin/amd64
go version go1.13.3 darwin/amd64
Beta version : go version go1.11beta1 darwin/amd64
go version go1.11beta1 darwin/amd64
Could not find any alpha or rc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On my ubuntu I can do
go version
which returns :go version go1.12.10 linux/amd64
other Ubuntu results found on SO :
go version go1.1.1 linux/amd64
go version go1.6beta1 linux/amd64
Also version with only major minor on medium :
go version go1.8 linux/amd64
Windows looks similar on this blog
go version go1.10 windows/amd64
And apparently similar on macos :
go version go1.13.3 darwin/amd64
Beta version :
go version go1.11beta1 darwin/amd64
Could not find any alpha or rc
The text was updated successfully, but these errors were encountered: