Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 905 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 905 Bytes

auth0

Library written in Go for interacting with auth0

Contributing code

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.

Installing dependencies

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

Generating Fakes

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

Team

  • Tim Sublette
  • Ryan Walls
  • Chad Queen
  • Pete Krull
  • Alex Drinkwater

Original release

April 2017