quicktemplate
Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template
How to download and setup quicktemplate
Open terminal and run command
git clone https://github.com/valyala/quicktemplate.git
git clone is used to create a copy or clone of quicktemplate repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with quicktemplate https://github.com/valyala/quicktemplate/archive/master.zip
Or simply clone quicktemplate with SSH
[email protected]:valyala/quicktemplate.git