core go¶
Go development tools with enhanced output and environment setup.
Subcommands¶
| Command | Description |
|---|---|
| test | Run tests with coverage |
| cov | Run tests with coverage report |
| fmt | Format Go code |
| lint | Run golangci-lint |
| install | Install Go binary |
| mod | Module management |
| work | Workspace management |