Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 174 Bytes

HACKING.md

File metadata and controls

8 lines (6 loc) · 174 Bytes

Golang Deps

To get started, and install vendored depndencies using dep:

$ go get -u github.com/golang/dep/cmd/dep
$ dep ensure