import paths fixed for examples
This commit is contained in:
parent
796d068e87
commit
ae104e987d
|
@ -1,8 +1,8 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"funstream/libs/socket.io"
|
"github.com/graarh/golang-socketio"
|
||||||
"funstream/libs/socket.io/transport"
|
"github.com/graarh/golang-socketio/transport"
|
||||||
"log"
|
"log"
|
||||||
"runtime"
|
"runtime"
|
||||||
"time"
|
"time"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"funstream/libs/socket.io"
|
"github.com/graarh/golang-socketio"
|
||||||
"funstream/libs/socket.io/transport"
|
"github.com/graarh/golang-socketio/transport"
|
||||||
"log"
|
"log"
|
||||||
"net/http"
|
"net/http"
|
||||||
"time"
|
"time"
|
||||||
|
|
Loading…
Reference in New Issue