From f2e1cd8dae41a6dd9be476ee88f624dd29e79d3b Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Tue, 8 Jan 2013 23:21:03 -0800 Subject: [PATCH] imported proper template lib. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5e1e6a2..22f9f47 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "net/http" "path/filepath" "sync" - "text/template" + "html/template" ) type Cred struct {