Explorar el Código

Added a link to quicktemplate

Aliaksandr Valialkin hace 9 años
padre
commit
3b874956e0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -6,6 +6,8 @@ Simple and fast template engine for Go.
 Fasttemplate peforms only a single task - it substitutes template placeholders
 with user-defined values. At high speed :)
 
+Take a look at [quicktemplate](https://github.com/valyala/quicktemplate) if you  need fast yet powerful html template engine.
+
 *Please note that fasttemplate doesn't do any escaping on template values
 unlike [html/template](http://golang.org/pkg/html/template/) do. So values
 must be properly escaped before passing them to fasttemplate.*