Contributions are welcome, especially:
- ports (small demo projects) for other hardware and compilers
- benchmarks
- hints and ideas
- an email about you and your project
- Fork the repository and create a feature branch.
- Keep changes focused and small when possible.
- Add or update tests when behavior changes.
- Open a pull request with a clear description of what and why.
Use github.com/stretchr/testify/assert for new assertion-style Go tests to keep the test style consistent across the repository.
By submitting a pull request to this repository, you agree that your contribution is provided under the project's MIT License (LICENSE.md).
If this is your first pull request, this free guide is useful: How to Contribute to an Open Source Project on GitHub