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