mirror of
https://github.com/golang-standards/project-layout.git
synced 2026-02-04 06:06:18 +00:00
6 lines
224 B
Markdown
6 lines
224 B
Markdown
# `/vendor`
|
|
|
|
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.
|