cmd/geth, internal, node, vendor: nuke geth monitor

This commit is contained in:
Péter Szilágyi
2019-04-05 12:04:15 +03:00
parent 36f81118f6
commit 29bc982d75
202 changed files with 11577 additions and 55207 deletions

View File

@ -1161,8 +1161,8 @@ func (z *Tokenizer) TagAttr() (key, val []byte, moreAttr bool) {
return nil, nil, false
}
// Token returns the next Token. The result's Data and Attr values remain valid
// after subsequent Next calls.
// Token returns the current Token. The result's Data and Attr values remain
// valid after subsequent Next calls.
func (z *Tokenizer) Token() Token {
t := Token{Type: z.tt}
switch z.tt {