# README
go-read-burn
go-read-burn is a shameless re-creation of the fantastic Node.JS app Read2Burn by Wemove, written in Go.
Contibuting
Feedback, Issues, Bugs and Contribution to this tool are welcome. For Bugs/Issues/Feature requests, please create an issue on the GitHub issues page.
Want to contribute? Great:
- Fork the repo using the Fork button at the top right of the GitHub repo.
- Clone the repo to your development machine, note the dependencies for this project are as follows:
- Go version 1.19 or above
- Create a new branch for the feature that you want to contribute.
- Develop your new feature as you see fit.
- Once you have a working copy of your code, create a pull request against this project.
Standards
- Projects should follow the folder structure from this standard project layout: project-layout
- This repo uses Conventional Commits to ensure the build numbering is generated correctly
# Packages
No description provided by the author