text/template/parse.lexer.parenDepth (field)
6 uses
text/template/parse (current package)
lex.go#L119: parenDepth int // nesting depth of ( ) exprs
lex.go#L310: l.parenDepth = 0
lex.go#L363: if l.parenDepth == 0 {
lex.go#L408: l.parenDepth++
lex.go#L411: l.parenDepth--
lex.go#L412: if l.parenDepth < 0 {
![]() |
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. |