const text/template/parse.itemField
7 uses
text/template/parse (current package)
lex.go#L49: itemField // alphanumeric identifier starting with '.'
lex.go#L466: l.emit(itemField)
lex.go#L481: return lexFieldOrVariable(l, itemField)
parse.go#L454: case itemBool, itemCharConstant, itemComplex, itemDot, itemField, itemIdentifier,
parse.go#L656: if t.peek().typ == itemField {
parse.go#L658: for t.peek().typ == itemField {
parse.go#L702: case itemField:
![]() |
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. |