go-streams
is an open-source project and welcomes contributions and suggestions.
File an issue to report a bug or discuss a new feature.
Open a pull request to propose changes.
Go 1.21
is the minimum requirement for the core module;
see the Download and Install page for setup instructions.
- Fork the repository
- Configure remote for the fork
git checkout -b <your_branch>
git add .
git commit -m "commit message"
git push --set-upstream origin <your_branch>
- Verify all tests and CI checks pass
- Create a pull request
- Refer to the Code Review Comments page for style guidelines
- Use golangci-lint for static analysis of the source code