govendor sync

This commit is contained in:
Matthew Hooker 2016-12-12 18:42:34 -08:00
parent 45d4cf8b36
commit 64fbe12976
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 1 deletions

View File

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