| # 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 | |
| ``` |