summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/kballard/go-shellquote/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/kballard/go-shellquote/doc.go')
-rw-r--r--vendor/github.com/kballard/go-shellquote/doc.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/kballard/go-shellquote/doc.go b/vendor/github.com/kballard/go-shellquote/doc.go
new file mode 100644
index 00000000..9445fa4a
--- /dev/null
+++ b/vendor/github.com/kballard/go-shellquote/doc.go
@@ -0,0 +1,3 @@
+// Shellquote provides utilities for joining/splitting strings using sh's
+// word-splitting rules.
+package shellquote