text/template/parse.VariableNode.writeTo (method)

3 uses

	text/template/parse (current package)
		node.go#L216: 			v.writeTo(sb)
		node.go#L400: 	v.writeTo(&sb)
		node.go#L404: func (v *VariableNode) writeTo(sb *strings.Builder) {