import paths fixed for examples

This commit is contained in:
Gennadii Kovalev 2016-05-20 13:29:22 +02:00
parent 796d068e87
commit ae104e987d
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"