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
Now that vet is included in playground Run, the About text should mention it.
Current:
The service receives a Go program, compiles, links, and runs the program inside a sandbox, then returns the output.
Maybe something like "... receives a Go program, compiles, links, vets and runs the program inside a sandbox..."
@ysmolsky
One counterargument is that "go vet" is a pretty unique search query and goes straight to https://golang.org/cmd/vet anyway.
The text was updated successfully, but these errors were encountered:
I think we should do this. Preparing the patch.
Sorry, something went wrong.
Change https://golang.org/cl/140497 mentions this issue: playground: mention vet in about text
playground: mention vet in about text
golang/playground@8cbc41a
I've deployed the new version. Thanks @ysmolsky!
05abbdf
Fixes golang/go#25462 Change-Id: I11b861352b53f9492cd1f5c6d8c434edd68e4bd9 Reviewed-on: https://go-review.googlesource.com/c/140497 Reviewed-by: Andrew Bonventre <andybons@golang.org>
No branches or pull requests
Now that vet is included in playground Run, the About text should mention it.
Current:
Maybe something like "... receives a Go program, compiles, links, vets and runs the program inside a sandbox..."
@ysmolsky
One counterargument is that "go vet" is a pretty unique search query and goes straight to https://golang.org/cmd/vet anyway.
The text was updated successfully, but these errors were encountered: