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):