File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed
Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Examples directory contains simple client and server.
99
1010### Installation
1111
12- go get github.com/JulianKropp /golang-socketio
12+ go get github.com/bigbluebutton-bot /golang-socketio
1313
1414### Simple server usage
1515
Original file line number Diff line number Diff line change 55 "runtime"
66 "time"
77
8- "github.com/JulianKropp /golang-socketio/transport"
8+ "github.com/bigbluebutton-bot /golang-socketio/transport"
99)
1010
1111type Channel struct {
Original file line number Diff line number Diff line change 55 "net/http"
66 "time"
77
8- "github.com/JulianKropp /golang-socketio/transport"
8+ "github.com/bigbluebutton-bot /golang-socketio/transport"
99)
1010
1111type Channel struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package gosocketio
33import (
44 "strconv"
55
6- "github.com/JulianKropp /golang-socketio/transport"
6+ "github.com/bigbluebutton-bot /golang-socketio/transport"
77)
88
99const (
Original file line number Diff line number Diff line change 1- module github.com/JulianKropp /golang-socketio
1+ module github.com/bigbluebutton-bot /golang-socketio
22
33go 1.19
44
Original file line number Diff line number Diff line change 55 "reflect"
66 "sync"
77
8- "github.com/JulianKropp /golang-socketio/protocol"
8+ "github.com/bigbluebutton-bot /golang-socketio/protocol"
99)
1010
1111const (
Original file line number Diff line number Diff line change 77 "sync"
88 "time"
99
10- "github.com/JulianKropp /golang-socketio/protocol"
11- "github.com/JulianKropp /golang-socketio/transport"
10+ "github.com/bigbluebutton-bot /golang-socketio/protocol"
11+ "github.com/bigbluebutton-bot /golang-socketio/transport"
1212)
1313
1414const (
Original file line number Diff line number Diff line change 66 "log"
77 "time"
88
9- "github.com/JulianKropp /golang-socketio/protocol"
9+ "github.com/bigbluebutton-bot /golang-socketio/protocol"
1010)
1111
1212var (
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
1212 "sync"
1313 "time"
1414
15- "github.com/JulianKropp /golang-socketio/protocol"
16- "github.com/JulianKropp /golang-socketio/transport"
15+ "github.com/bigbluebutton-bot /golang-socketio/protocol"
16+ "github.com/bigbluebutton-bot /golang-socketio/transport"
1717)
1818
1919const (
You canβt perform that action at this time.
0 commit comments