summaryrefslogtreecommitdiff
path: root/websock.go
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2016-08-16 08:13:19 +0200
committerLaria Carolin Chabowski <laria@laria.me>2016-08-16 08:13:19 +0200
commit330438bb1353bc93dcab2c7848d258e8ccf41379 (patch)
treec1edfedf1e44bdd00e5656d347fac19e748750b4 /websock.go
parentaff7bc512d5726a020e4107690abd24ae91b1b48 (diff)
downloadsimplechat-330438bb1353bc93dcab2c7848d258e8ccf41379.tar.gz
simplechat-330438bb1353bc93dcab2c7848d258e8ccf41379.tar.bz2
simplechat-330438bb1353bc93dcab2c7848d258e8ccf41379.zip
rename github accountHEADmaster
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"
)