imported proper template lib.

This commit is contained in:
Stephen McQuay 2013-01-08 23:21:03 -08:00
parent fca78aefa0
commit f2e1cd8dae
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"net/http"
"path/filepath"
"sync"
"text/template"
"html/template"
)
type Cred struct {