summaryrefslogtreecommitdiff
path: root/websock.go
diff options
context:
space:
mode:
Diffstat (limited to 'websock.go')
-rw-r--r--websock.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/websock.go b/websock.go
index f42580f..edbeaaa 100644
--- a/websock.go
+++ b/websock.go
@@ -3,7 +3,7 @@ package main
import (
"code.google.com/p/go.net/websocket"
"github.com/gorilla/mux"
- "github.com/kch42/simplechat/chat"
+ "github.com/silvasur/simplechat/chat"
"net/http"
"time"
)