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

Commit 494b5dc

Browse files
authored
Merge pull request #1911 from fbidu/patch-1
Adding more emphasis to the need of create a go file before running ensure
2 parents 6211c75 + d7c2809 commit 494b5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/new-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In a new project like this one, both files and the `vendor` directory will be ef
2828

2929
This would also be a good time to set up a version control, such as [git](https://git-scm.com/). While dep in no way requires version control for your project, it can make inspecting the changes made by normal dep operations easier. Plus, it's basically best practice #1 of modern software development!
3030

31-
At this point, our project is initialized, and we're ready to start writing code. You can open up a `.go` file in an editor and start hacking away. Or, after creating your first `.go` file, you can go ahead and pre-populate your `vendor` directory with some projects that you already know that you'll need:
31+
At this point, our project is initialized, and we're ready to start writing code. You can open up a `.go` file in an editor and start hacking away. Or, **after creating your first `.go` file**, you can go ahead and pre-populate your `vendor` directory with some projects that you already know that you'll need:
3232

3333
```bash
3434
$ dep ensure -add github.com/foo/bar github.com/baz/quux

0 commit comments

Comments
 (0)