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.18
is the minimum requirement for this project; refer to the Download and Install page for setup.
- 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
- Run golangci-lint to analyze source code