const text/template/parse.itemIf
5 uses
text/template/parse (current package)
lex.go#L69: itemIf // if keyword
lex.go#L82: "if": itemIf,
parse.go#L392: case itemIf:
parse.go#L496: if t.peek().typ == itemIf {
parse.go#L549: if peek.typ == itemIf {
![]() |
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. |