mirror of
https://github.com/golang-standards/project-layout.git
synced 2026-02-04 06:06:18 +00:00
added a reference for a vendoring tool
This commit is contained in:
@@ -38,7 +38,7 @@ See the [`/pkg`](pkg/README.md) directory for examples.
|
|||||||
|
|
||||||
### `/vendor`
|
### `/vendor`
|
||||||
|
|
||||||
Application dependencies (managed manually or by your favorite dependency management tool).
|
Application dependencies (managed manually or by your favorite dependency management tool like [`dep`](https://github.com/golang/dep)).
|
||||||
|
|
||||||
Don't commit your application dependencies if you are building a library.
|
Don't commit your application dependencies if you are building a library.
|
||||||
|
|
||||||
|
|||||||
2
vendor/README.md
vendored
2
vendor/README.md
vendored
@@ -1,5 +1,5 @@
|
|||||||
# `/vendor`
|
# `/vendor`
|
||||||
|
|
||||||
Application dependencies (managed manually or by your favorite dependency management tool).
|
Application dependencies (managed manually or by your favorite dependency management tool like [`dep`](https://github.com/golang/dep)).
|
||||||
|
|
||||||
Don't commit your application dependencies if you are building a library.
|
Don't commit your application dependencies if you are building a library.
|
||||||
|
|||||||
Reference in New Issue
Block a user