SkillAgentSearch skills...

Template

Fork of Go's text/template adding newline elision

Install / Use

/learn @alecthomas/Template
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Go's text/template package with newline elision

This is a fork of Go 1.4's text/template package with one addition: a backslash immediately after a closing delimiter will delete all subsequent newlines until a non-newline.

eg.

{{if true}}\
hello
{{end}}\

Will result in:

hello\n

Rather than:

\n
hello\n
\n
View on GitHub
GitHub Stars56
CategoryDevelopment
Updated1y ago
Forks28

Languages

Go

Security Score

80/100

Audited on Apr 23, 2024

No findings