What things you need to setup the project:
Clone the repository:
git clone git@github.com:lab259/ory-hydra-client.gitNow, the dependencies must be installed.
cd ory-hydra-client && go mod download
😉 Finally, you are done to start developing.
In the src/github.com/lab259/ory-hydra-client directory, execute:
make testTo enable coverage, execute:
make coverageTo generate the HTML coverage report, execute:
make coverage coverage-html