Dependencies are managed using Glide. In order to build, install or run tests, first install glide. Then, pull dependencies by calling:
glide install
You need ginkgo to run the tests.
Don't forget to setup your GOPATH
and PATH
variables:
export PATH=$PATH:$GOPATH/bin
Tests can be executed with:
ginkgo -r