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
Sorry, it's just an idea.
Like this:
$ go tool compile -showcontexts linux-386-cgo linux-386 linux-amd64-cgo linux-amd64 ....
In package:
package runtime var Contexts = []string{ "linux-386-cgo", "linux-386", ... }
It's not only useful for "users" but "tools" like "go tool api" as well.
https://github.com/golang/go/blob/master/src/cmd/api/goapi.go#L40-L71
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Yeah, dup of #12270
No branches or pull requests
Sorry, it's just an idea.
Like this:
In package:
It's not only useful for "users" but "tools" like "go tool api" as well.
https://github.com/golang/go/blob/master/src/cmd/api/goapi.go#L40-L71
The text was updated successfully, but these errors were encountered: