text/template/parse.BoolNode.True (field)
7 uses
text/template/parse (current package)
node.go#L584: True bool // The value of the boolean constant.
node.go#L588: return &BoolNode{tr: t, NodeType: NodeBool, Pos: pos, True: true}
node.go#L592: if b.True {
node.go#L607: return b.tr.newBool(b.Pos, b.True)
text/template
exec.go#L479: return reflect.ValueOf(word.True)
exec.go#L843: value.SetBool(n.True)
exec.go#L908: return reflect.ValueOf(n.True)
![]() |
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. |