From 897b7b7d40db4c3eafb9e30c4af3aec082287288 Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Sun, 6 Jul 2014 11:36:19 -0300 Subject: [PATCH] add Razor on section template engine develop by @sipin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b452d56..b68bf3d0 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [mustache](https://github.com/hoisie/mustache) - A Go implementation of the Mustache template language. * [kasia.go](https://github.com/ziutek/kasia.go) - Templating system for HTML and other text documents - go implementation. * [gold](https://github.com/yosssi/gold) - Gold is a template engine for Go. This simplifies HTML coding in Go web application development. This is influenced by Slim and Jade. +* [Razor](https://github.com/sipin/gorazor) - Razor view engine for Golang. ## Authentication and OAuth