run_go_code
Execute Go code in the Go Playground sandbox and receive execution results, with optional go vet analysis for code quality checks.
Instructions
Run Go code in the Go Playground and return execution results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | The Go code to execute | |
withVet | No | Whether to run go vet on the code (default: true) |