Fix the gorilla/mux import

gorilla moved to GitHub (https://github.com/gorilla)
This commit is contained in:
Maximilian Haack 2013-09-06 11:27:43 +01:00
parent 411c320ef6
commit 689519feac

View File

@ -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"