--- name: Bug report about: Create a report to help us improve title: '[BUG] ' labels: bug assignees: '' --- ## Describe the bug A clear and concise description of what the bug is. ## To Reproduce Steps to reproduce the behavior: 1. Create service with '...' 2. Configure plugin '...' 3. Run command '...' 4. See error ## Expected behavior A clear and concise description of what you expected to happen. ## Code sample ```go // Minimal reproducible code ``` ## Environment - Go Micro version: [e.g. v5.3.0] - Go version: [e.g. 1.21.0] - OS: [e.g. Ubuntu 22.04] - Plugins used: [e.g. consul registry, nats broker] ## Logs ``` Paste relevant logs here ``` ## Additional context Add any other context about the problem here. ## Resources - [Documentation](https://github.com/micro/go-micro/tree/master/internal/website/docs) - [Examples](https://github.com/micro/go-micro/tree/master/internal/website/docs/examples) - [API Reference](https://pkg.go.dev/go-micro.dev/v5)