From fa02ae6fbfc127b7b7702fc09d7a3b746086268c Mon Sep 17 00:00:00 2001 From: Rob Figueiredo Date: Sun, 6 Jul 2014 13:46:06 -0400 Subject: [PATCH] Add soy to list of template libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ce63dc2..934bec39 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [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. * [Pongo](https://github.com/flosch/pongo) - A Django-like template engine for Go. +* [Soy](https://github.com/robfig/soy) - Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/) ## Authentication and OAuth