imported proper template lib.

This commit is contained in:
Stephen McQuay 2013-01-08 23:21:03 -08:00
parent fca78aefa0
commit f2e1cd8dae

View File

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