text/template/parse.lexer.errorf (method)
15 uses
text/template/parse (current package)
lex.go#L187: func (l *lexer) errorf(format string, args ...interface{}) stateFn {
lex.go#L319: return l.errorf("unclosed comment")
lex.go#L324: return l.errorf("comment ends before closing delimiter")
lex.go#L366: return l.errorf("unclosed left paren")
lex.go#L370: return l.errorf("unclosed action")
lex.go#L378: return l.errorf("expected :=")
lex.go#L413: return l.errorf("unexpected right paren %#U", r)
lex.go#L418: return l.errorf("unrecognized character in action: %#U", r)
lex.go#L460: return l.errorf("bad character %#U", r)
lex.go#L514: return l.errorf("bad character %#U", r)
lex.go#L554: return l.errorf("unterminated character constant")
lex.go#L569: return l.errorf("bad number syntax: %q", l.input[l.start:l.pos])
lex.go#L574: return l.errorf("bad number syntax: %q", l.input[l.start:l.pos])
lex.go#L631: return l.errorf("unterminated quoted string")
lex.go#L646: return l.errorf("unterminated raw quoted string")
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |