summaryrefslogtreecommitdiff
path: root/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'types.go')
-rw-r--r--types.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/types.go b/types.go
index 3dd3935..9523d9c 100644
--- a/types.go
+++ b/types.go
@@ -5,6 +5,7 @@ import (
"crypto/tls"
"net"
"os/user"
+ "text/template"
"github.com/go-kit/log/level"
"tildegit.org/tjp/sliderule"
@@ -18,6 +19,7 @@ type Modifiers struct {
ExtendedGophermap bool
AutoAtom bool
Titan *Auth
+ Templates *template.Template
titanName string
}