Anthony Romano b1d41016b2 vendor: only vendor on emitted binaries
Moves the vendor/ directory to cmd/vendor. Vendored binaries are built
from cmd/, which is backed by symlinks pointing back to repo root.
2016-04-05 21:01:16 -07:00

4 lines
118 B
Go

// Shellquote provides utilities for joining/splitting strings using sh's
// word-splitting rules.
package shellquote