From 70ce6811ef2a25b11037e28326f6b00b276ae99b Mon Sep 17 00:00:00 2001 From: Keiji Yoshida Date: Wed, 26 Feb 2014 01:23:28 +0900 Subject: [PATCH] Appended Gold - Template engine for Golang. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 231f3b6..335bd6b 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ Template system for Go # [pongo](https://github.com/flosch/pongo.git) A template engine which implements a Django-template-like syntax. +# [Gold](https://github.com/yosssi/gold) + Template engine for Golang. + Routing system for Go ======================