summaryrefslogtreecommitdiff
path: root/handler.go
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-09-21 12:01:16 +0200
committerKevin Chabowski <kevin@kch42.de>2013-09-21 12:01:16 +0200
commitac949695791da439496c4ce96ddda3153437e23a (patch)
tree641c459649110178950017cb9fdd260431d63f1b /handler.go
parentbc1dd802e346f02f36888174d9095baf12352f48 (diff)
downloadmailremind-ac949695791da439496c4ce96ddda3153437e23a.tar.gz
mailremind-ac949695791da439496c4ce96ddda3153437e23a.tar.bz2
mailremind-ac949695791da439496c4ce96ddda3153437e23a.zip
Project will move to GitHub soon.
Diffstat (limited to 'handler.go')
-rw-r--r--handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.go b/handler.go
index f0f6e1e..8e84e76 100644
--- a/handler.go
+++ b/handler.go
@@ -2,8 +2,8 @@ package main
import (
"github.com/gorilla/sessions"
+ "github.com/kch42/mailremind/model"
"html/template"
- "kch42.de/gostuff/mailremind/model"
"log"
"net/http"
)