func text/template.doublePercent

3 uses

	text/template (current package)
		exec.go#L103: func doublePercent(str string) string {
		exec.go#L129: 	name := doublePercent(s.tmpl.Name())
		exec.go#L134: 		format = fmt.Sprintf("template: %s: executing %q at <%s>: %s", location, name, doublePercent(context), format)