/gasgo

Primary LanguageGoMIT LicenseMIT

gasgo

Maintainability Test Coverage GoDoc Go project version MIT Licensed Gitpod Ready-to-Code

Contributing

  • Fork the repo on GitHub
  • Clone the project to your own machine
  • Create a branch with your modifications git checkout -b fantastic-feature.
  • Then commit your changes git commit -m 'Implementation of new fantastic feature'
  • Make a push to your branch git push origin fantastic-feature.
  • Submit a Pull Request so that we can review your changes