This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Adding more emphasis to the need of create a go file before running ensure #1911
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this do / why do we need it?
Hello, first-time contributor here!
I was following along dep's tutorial right now and got stuck while trying to add new packages right before running
dep init
. It turns out I was missing creating a valid.go
file beforehand.After reading through some issues I found some references about the need to create a file before adding the first dependencies. When I went back to the documentation with more attention, I found the part I skipped.
I guess most users pay more attention to the highlighted code parts than to the overall text. I know it was my mistake but one that I think might happen to more users and can easily be prevented by changing the docs a little bit. I considered changing the paragraph structure but I think that a simple emphasis in bold text is enough
What should your reviewer look out for in this PR?
Do you need help or clarification on anything?
Which issue(s) does this PR fix?