Just as a heads up, building the project is actually as easy as running go build (assuming familiarity with Go of course).
I cannot make it any easier that just using this one command: go build in the source directory :) For more information and details you should really checkout the Chef-Guard project page at Xanzy which contains just about all the info you need to get started...
Chef-Guard requires at least Go 1.8 to build and uses govendor for managing dependencies.
- Fork the repository on Github
- Create a named feature branch
- Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request