diff options
Diffstat (limited to 'types.go')
| -rw-r--r-- | types.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 } |
