Library written in Go for interacting with auth0
Read this article and follow the steps they outline: http://scottchacon.com/2011/08/31/github-flow.html
All PRs should be signed off by a member of the team before merging.
We use glide for dependency management. See https://github.com/Masterminds/glide. To install dependencies:
- Install glide. See their repo readme.md for instructions.
- From the root of the project run
glide install --strip-vendor
We use https://github.com/maxbrunsfeld/counterfeiter to generate fakes (aka mocks). To regenarate a fake after an interface change:
- Install counterfeiter. See their github repo for install instructions.
- In the root of the project run
go generate
- Tim Sublette
- Ryan Walls
- Chad Queen
- Pete Krull
- Alex Drinkwater
April 2017