Skip to content

Commit cb34502

Browse files
committed
Add godep usage information
1 parent 9796fec commit cb34502

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ are ignored (use gofmt!). If you send pull requests make absolute sure that you
9292
commit on the `develop` branch and that you do not merge to master.
9393
Commits that are directly based on master are simply ignored.
9494

95+
For dependency management, we use [godep](https://github.com/tools/godep). After installing with `go get github.com/tools/godep`, run `godep restore` to ensure that changes to other repositories do not break the build. To update a dependency version (for example, to include a new upstream fix), run `go get -u <foo/bar>` then `godep update <foo/...>`. To track a new dependency, add it to the project as normal than run `godep save ./...`. Changes to the Godeps folder should be manually verified then commited.
96+
9597
To make life easier try [git flow](http://nvie.com/posts/a-successful-git-branching-model/) it sets
9698
this all up and streamlines your work flow.
9799

0 commit comments

Comments
 (0)