added readme

This commit is contained in:
Stephen McQuay 2015-04-29 23:49:17 -07:00
parent 0d11e37ebd
commit 7a7a916c89
1 changed files with 5 additions and 0 deletions

5
readme.md Normal file
View File

@ -0,0 +1,5 @@
# playing with go templates
I wanted to understand how to wield go template similarly to how I wield Django
templates. This repository is the result of trying a ton of things and stopping
when all the panics died down.