From 7a7a916c89312d87f8ceaff05a07f229662b6cc9 Mon Sep 17 00:00:00 2001 From: stephen mcquay Date: Wed, 29 Apr 2015 23:49:17 -0700 Subject: [PATCH] added readme --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..79f08f7 --- /dev/null +++ b/readme.md @@ -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.