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 1feaee9 commit e0c2b53Copy full SHA for e0c2b53
engineering/conventions/go.md
@@ -17,7 +17,7 @@ This guide documents development conventions for Go at source{d}. Check [general
17
* Use [gopkg.in](http://labix.org/gopkg.in) to provide versioned imports.
18
* If your project is an **application**:
19
* Use [modules](https://github.com/golang/go/wiki/Modules) to manage dependencies.
20
- * Check in the `vendor` directory into git (with `go mod vendor`).
+ * Do not check in the `vendor` directory into git.
21
22
## Build System
23
0 commit comments