(warn string)
| 124 | var warnRegex = regexp.MustCompile(warnStartDelim + `((?s).*)` + warnEndDelim) |
| 125 | |
| 126 | func warnWrap(warn string) string { |
| 127 | return warnStartDelim + warn + warnEndDelim |
| 128 | } |
| 129 | |
| 130 | // 'include' needs to be defined in the scope of a 'tpl' template as |
| 131 | // well as regular file-loaded templates. |
no outgoing calls
no test coverage detected
searching dependent graphs…