diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-07-17 13:45:46 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-07-17 13:45:46 (GMT) |
commit | 14635c80ffdc96f43cace13cdfcb86e4816fa0ab (patch) | |
tree | 64e4841bbcb416024afc4ea26f5017405014b814 /src | |
parent | 93d7a18c1a1eb4d69fa70e4f188d6fd375e785ba (diff) |
some martini related cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/helsinki.at/rhrdtime/rhrdtime.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helsinki.at/rhrdtime/rhrdtime.go b/src/helsinki.at/rhrdtime/rhrdtime.go index 692882b..6677e97 100644 --- a/src/helsinki.at/rhrdtime/rhrdtime.go +++ b/src/helsinki.at/rhrdtime/rhrdtime.go @@ -32,7 +32,7 @@ import ( "net/http" "encoding/json" - "github.com/codegangsta/martini" + "github.com/go-martini/martini" "github.com/gorilla/websocket" "github.com/tuxychandru/pubsub" ) |