blob: b0088bd71266336ccee54334156a68d822811a73 [file] [view]
# Go SDK for Iggy
Official Go client SDK for [Apache Iggy](https://iggy.apache.org) message streaming.
The client currently supports TCP protocols with blocking implementation.
## Contributing
Before creating a pull request, please run [golangci-lint](https://golangci-lint.run/welcome/quick-start/) and fix any reported lint issues:
```shell
golangci-lint run
```