--- 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: [run `go version`] - OS/Platform: [e.g. Ubuntu 22.04, macOS 14, Docker] - Plugins/Integrations: [e.g. consul registry, nats broker, redis cache] ## Logs ``` Paste relevant logs here (use -v flag for verbose output) ``` ## Checklist - [ ] I've searched existing issues and this is not a duplicate - [ ] I've provided a minimal code sample that reproduces the issue - [ ] I've included my environment details - [ ] I've checked the documentation ## Additional context Add any other context about the problem here. ## Helpful Resources - [Troubleshooting Guide](https://github.com/micro/go-micro/tree/master/internal/website/docs/getting-started.md) - [Examples](https://github.com/micro/go-micro/tree/master/examples) - [API Reference](https://pkg.go.dev/go-micro.dev/v5) - [Discord Community](https://discord.gg/G8Gk5j3uXr)