
Moves the vendor/ directory to cmd/vendor. Vendored binaries are built from cmd/, which is backed by symlinks pointing back to repo root.
5 lines
143 B
Markdown
5 lines
143 B
Markdown
## cmd
|
|
|
|
This directory is meant to enforce vendoring for etcd binaries without polluting
|
|
the etcd client libraries with vendored dependencies.
|