text/template/parse.BoolNode.True (field)
7 uses
text/template/parse (current package)
node.go#L589: True bool // The value of the boolean constant.
node.go#L593: return &BoolNode{tr: t, NodeType: NodeBool, Pos: pos, True: true}
node.go#L597: if b.True {
node.go#L612: return b.tr.newBool(b.Pos, b.True)
text/template
exec.go#L575: return reflect.ValueOf(word.True)
exec.go#L985: value.SetBool(n.True)
exec.go#L1050: return reflect.ValueOf(n.True)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)