Skip to content

crgimenes/gasgo

Repository files navigation

gasgo

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

WIP

This is a work in progress.

We are currently writing the specification and detailing how it works.

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