summaryrefslogtreecommitdiff
path: root/vendor/github.com/google/shlex/README
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/google/shlex/README')
-rw-r--r--vendor/github.com/google/shlex/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/google/shlex/README b/vendor/github.com/google/shlex/README
new file mode 100644
index 000000000..c86bcc066
--- /dev/null
+++ b/vendor/github.com/google/shlex/README
@@ -0,0 +1,2 @@
+go-shlex is a simple lexer for go that supports shell-style quoting,
+commenting, and escaping.