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