type text/template/parse.itemType
10 uses
text/template/parse (current package)
lex.go#L16: typ itemType // The type of this item.
lex.go#L37: type itemType int
lex.go#L40: itemError itemType = iota // error occurred; value is text of error
lex.go#L76: var key = map[string]itemType{
lex.go#L156: func (l *lexer) emit(t itemType) {
lex.go#L496: func lexFieldOrVariable(l *lexer, typ itemType) stateFn {
node.go#L628: func (t *Tree) newNumber(pos Pos, text string, typ itemType) (*NumberNode, error) {
parse.go#L172: func (t *Tree) expect(expected itemType, context string) item {
parse.go#L181: func (t *Tree) expectOneOf(expected1, expected2 itemType, context string) item {
parse.go#L409: func (t *Tree) pipeline(context string, end itemType) (pipe *PipeNode) {
 |
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. |