summaryrefslogtreecommitdiff
path: root/binstream.go
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2016-08-16 08:06:58 +0200
committerLaria Carolin Chabowski <laria@laria.me>2016-08-16 08:06:58 +0200
commit23e6905920c143cbf452b150c19a2b37171b1ae0 (patch)
tree3e6ffbf1afb741b7e988d48e785a3d77abaeb295 /binstream.go
parent52ee287c55d23d58011e016c9e84d3a563110c13 (diff)
downloadbinproto-master.tar.gz
binproto-master.tar.bz2
binproto-master.zip
rename github accountHEADmaster
Diffstat (limited to 'binstream.go')
-rw-r--r--binstream.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/binstream.go b/binstream.go
index 4240517..7871a87 100644
--- a/binstream.go
+++ b/binstream.go
@@ -3,7 +3,7 @@ package binproto
import (
"encoding/binary"
"errors"
- "github.com/kch42/kagus"
+ "github.com/silvasur/kagus"
"io"
"sync"
)