Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Further review feedback re: overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Bourgon authored and sdboyer committed Jan 4, 2017
1 parent 3d96894 commit 7686693
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ensure.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ dep ensure github.com/pkg/foo:git.internal.com/alt/foo
dep ensure -override github.com/pkg/foo@^1.0.1
Forcefully and transitively override any constraint for this dependency.
This can inadvertantly make your dependency graph unsolvable; use sparingly.
Overrides are powerful, but they are harmful over the long term. They should
be used as a last resort, especially if your project will be imported by
others.
`

func (cmd *ensureCommand) Name() string { return "ensure" }
Expand Down

0 comments on commit 7686693

Please sign in to comment.