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:
2
vendor/README.md
vendored
2
vendor/README.md
vendored
@@ -1,5 +1,5 @@
|
||||
# `/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.
|
||||
|
||||
Reference in New Issue
Block a user