Documentation for version v0.6.0 is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.
We are using dep to manage dependencies. You can install it by running
go get -u github.com/golang/dep/cmd/dep
Dep currently pulls in a bit more than we’d like, so
we have created a script to remove these extra files: hack/dep-save.sh
.
Run hack/dep-save.sh
. If you want to see verbose output, you can append -v
as in
hack/dep-save.sh -v
.
Run hack/dep-save.sh -update <pkg> [<pkg> ...]
to update one or more dependencies.
To help you get started, see the documentation.