We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebba140 commit cf6cd39Copy full SHA for cf6cd39
vendor-directory/README.md
@@ -5,13 +5,13 @@
5
In this section we'll be talking about the `vendor` directory feature
6
in Go.
7
8
-Since `Go 1.5`, the Go team decided to make our life easier and allow the
+Since `Go 1.5`, the Go team decided to make our life's easier and allowed the
9
community to develop package managers, so we all enjoy downloading
10
and installing specific locked versions of software, without
11
breaking our precious applications.
12
13
By the end of this tutorial you will perfectly know what the `vendor`
14
-directory is Go and how to make use of it.
+directory is in Go and how to make use of it.
15
16
## Medium version 📖
17
0 commit comments