govendor sync

pull/4282/head
Matthew Hooker 9 years ago
parent 45d4cf8b36
commit 64fbe12976
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

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

Loading…
Cancel
Save