15 lines
303 B
Markdown
15 lines
303 B
Markdown
|
|
# 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 |
|