run_and_share_go_code
Execute Go code in the Go Playground sandbox and generate a shareable URL for the code snippet. Useful for testing and sharing Go snippets with others.
Instructions
Run Go code and get both execution results and a shareable URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The Go code to execute and share | |
| withVet | No | Whether to run go vet on the code (default: true) |