golang_get_practice
Retrieve Go best practices with good and bad code examples for common patterns such as error wrapping, goroutine lifecycle, and table-driven tests.
Instructions
Get a Go best practice with good/bad code examples
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Practice name (e.g. 'error-wrapping', 'goroutine-lifecycle', 'crypto-rand', 'table-driven-tests', 'thin-handlers') |