Replace nil Context parameters with context.TODO() to comply with staticcheck SA1012: "do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use" Closes #78 Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| prompts | ||
| client.go | ||
| client_test.go | ||
| completion.go | ||
| completion_test.go | ||
| config.go | ||
| config_test.go | ||
| context.go | ||
| context_test.go | ||
| embed.go | ||
| service.go | ||
| types.go | ||