main.go edited online with Bitbucket

This commit is contained in:
Sascha L. Teichmann 2014-10-03 09:59:54 +00:00
parent dd3fecca3a
commit 890ff350c8

View File

@ -10,7 +10,7 @@ import (
"log" "log"
"net/http" "net/http"
"bitbucket.org/s_l_teichmann/mtredisalize/common" "bitbucket.org/s_l_teichmann/mtsatellite/common"
"github.com/gorilla/mux" "github.com/gorilla/mux"
) )