From 64fbe129761b9ad6076b27fdef0c184d8253068c Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 12 Dec 2016 18:42:34 -0800 Subject: [PATCH] govendor sync --- vendor/github.com/google/shlex/shlex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/google/shlex/shlex.go b/vendor/github.com/google/shlex/shlex.go index db4ac8e22..3cb37b7e4 100644 --- a/vendor/github.com/google/shlex/shlex.go +++ b/vendor/github.com/google/shlex/shlex.go @@ -26,7 +26,7 @@ To process a stream of strings: l := NewLexer(os.Stdin) for ; token, err := l.Next(); err != nil { - // process token + // process token } To access the raw token stream (which includes tokens for comments):