summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/server.go')
-rw-r--r--Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/server.go b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/server.go
index 87f14ceb5..a685b0974 100644
--- a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/server.go
+++ b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/server.go
@@ -12,7 +12,7 @@ import (
"log"
"net/http"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/gorilla/websocket"
+ "github.com/gorilla/websocket"
)
var addr = flag.String("addr", "localhost:8080", "http service address")