瀏覽代碼

Added a link to quicktemplate

Aliaksandr Valialkin 9 年之前
父節點
當前提交
3b874956e0
共有 1 個文件被更改,包括 2 次插入0 次删除
  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.*