Added reference to fasttemplate

This commit is contained in:
Aliaksandr Valialkin 2015-09-20 23:18:53 +03:00
parent 7e05515fc3
commit e712813495

View File

@ -630,6 +630,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [ace](https://github.com/yosssi/ace) - Ace is an HTML template engine for Go, inspired by Slim and Jade. Ace is a refinement of Gold.
* [amber](https://github.com/eknkc/amber) - Amber is an elegant templating engine for Go Programming Language It is inspired from HAML and Jade.
* [fasttemplate](https://github.com/valyala/fasttemplate) - Simple and fast template engine. Outperforms [text/template](http://golang.org/pkg/text/template/) by 10x on substituting template placeholders with user-defined values.
* [damsel](https://github.com/dskinner/damsel) - Markup language featuring html outlining via css-selectors, extensible via pkg html/template and others.
* [ego](https://github.com/benbjohnson/ego) - A lightweight templating language that lets you write templates in Go. Templates are translated into Go and compiled.
* [kasia.go](https://github.com/ziutek/kasia.go) - Templating system for HTML and other text documents - go implementation.