Skip to content

Commit e0c2b53

Browse files
Denys Smirnovdennwc
authored andcommitted
Go conventions: Don't push vendor to Git
1 parent 1feaee9 commit e0c2b53

File tree

1 file changed

+1
-1
lines changed
  • engineering/conventions

1 file changed

+1
-1
lines changed

engineering/conventions/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This guide documents development conventions for Go at source{d}. Check [general
1717
* Use [gopkg.in](http://labix.org/gopkg.in) to provide versioned imports.
1818
* If your project is an **application**:
1919
* Use [modules](https://github.com/golang/go/wiki/Modules) to manage dependencies.
20-
* Check in the `vendor` directory into git (with `go mod vendor`).
20+
* Do not check in the `vendor` directory into git.
2121

2222
## Build System
2323

0 commit comments

Comments
 (0)