text/template/parse.Node.Position (method)

4 uses

	text/template/parse (current package)
		node.go#L27: 	Position() Pos // byte position of start of node in full original input string
		parse.go#L142: 	pos := int(n.Position())
		parse.go#L537: 				elseList = t.newList(next.Position())

	html/template
		escape.go#L283: 					lastCmd.Args[0] = parse.NewIdentifier("_eval_args_").SetTree(nil).SetPos(lastCmd.Args[0].Position())