cli/docs/cmd/go/index.md

15 lines
303 B
Markdown
Raw Normal View History

# core go
Go development tools.
## Subcommands
| Command | Description |
|---------|-------------|
| [test](test/) | Run tests |
| [cov](cov/) | Coverage report |
| [fmt](fmt/) | Format code |
| [lint](lint/) | Lint code |
| [install](install/) | Install binary |
| [mod](mod/) | Module management |