First off, thanks for taking the time to contribute! Feel free to make Pull Request with you changes.
Go >= 1.13.1 Ruby >= 2.x
- Fork repo
- git clone <forked_repo>
- run commands:
go build
bundle install
- Make changes
- Test it
bundle exec rspec spec/
- Push your changes in repo