diff --git a/server.go b/server.go index 20ffc35..4b7164c 100644 --- a/server.go +++ b/server.go @@ -1,9 +1,9 @@ package main import ( - "code.google.com/p/gorilla/mux" "encoding/base64" "fmt" + "github.com/gorilla/mux" "io/ioutil" "net" "net/http"