summaryrefslogtreecommitdiff
path: root/main.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 /main.go
parentaff7bc512d5726a020e4107690abd24ae91b1b48 (diff)
downloadsimplechat-330438bb1353bc93dcab2c7848d258e8ccf41379.tar.gz
simplechat-330438bb1353bc93dcab2c7848d258e8ccf41379.tar.bz2
simplechat-330438bb1353bc93dcab2c7848d258e8ccf41379.zip
rename github accountHEADmaster
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 6bf55c4..18cde85 100644
--- a/main.go
+++ b/main.go
@@ -3,7 +3,7 @@ package main
import (
"flag"
"github.com/gorilla/mux"
- "github.com/kch42/simplechat/chat"
+ "github.com/silvasur/simplechat/chat"
"log"
"math"
"math/rand"