check_go
Find errors in a Go project by running 'go build'. Specify the project directory and optionally set a custom PATH for the build environment.
Instructions
Check for errors in a Go project using 'go build'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| envPath | No | Optional: Custom PATH environment variable. If not provided, uses system default PATH. | |
| directory | Yes | The root directory of the Go project. |