e071084ebe
govulncheck / govulncheck (push) Has been cancelled
Lint / golangci-lint (push) Has been cancelled
Run Tests / Unit Tests (push) Has been cancelled
Run Tests / Etcd Integration Tests (push) Has been cancelled
Harness (E2E) / Harnesses (mock LLM) (push) Has been cancelled
Harness (E2E) / Provider harnesses (live LLM conformance) (push) Has been cancelled
32 lines
945 B
Markdown
32 lines
945 B
Markdown
---
|
|
name: Question
|
|
about: Ask a question about using Go Micro
|
|
title: '[QUESTION] '
|
|
labels: question
|
|
assignees: ''
|
|
---
|
|
|
|
## Your question
|
|
A clear and concise question about Go Micro usage.
|
|
|
|
## What have you tried?
|
|
Describe what you've already attempted or researched.
|
|
|
|
## Code sample (if applicable)
|
|
```go
|
|
// Your code here
|
|
```
|
|
|
|
## Context
|
|
Provide any additional context that might help answer your question.
|
|
|
|
## Resources you've checked
|
|
- [ ] [Getting Started Guide](https://github.com/micro/go-micro/tree/master/internal/website/docs/getting-started.md)
|
|
- [ ] [Examples](https://github.com/micro/go-micro/tree/master/internal/website/docs/examples)
|
|
- [ ] [API Documentation](https://pkg.go.dev/go-micro.dev/v5)
|
|
- [ ] Searched existing issues
|
|
|
|
## Helpful links
|
|
- [Documentation](https://github.com/micro/go-micro/tree/master/internal/website/docs)
|
|
- [Plugins Guide](https://github.com/micro/go-micro/tree/master/internal/website/docs/plugins.md)
|