Skip to content

Commit

Permalink
add clarification about dep syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
campoy committed Jun 21, 2018
1 parent b3d1509 commit 1c00b88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 1-source-code/1-workspace/3-deps.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ Let's ensure that we are using the version 1.0.0 of `logrus` in our `vendor` dir
$ dep ensure
```

_Note_: You will need to use a `=` before the version number in `Gopkg.toml`
in order to ensure you're using that version and not a more recent one.

Did you see any changes in any of the files mentioned above? Try using a different version of `logrus` from
[this list](https://github.com/sirupsen/logrus/releases).

Expand Down

0 comments on commit 1c00b88

Please sign in to comment.