import paths fixed

This commit is contained in:
Gennadii Kovalev 2016-05-18 22:55:49 +02:00
parent fc9ef8ee5a
commit 796d068e87
5 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
package gosocketio
import (
"funstream/libs/socket.io/transport"
"github.com/graarh/golang-socketio/transport"
)
const (

View File

@ -2,7 +2,7 @@ package gosocketio
import (
"encoding/json"
"funstream/libs/socket.io/protocol"
"github.com/graarh/golang-socketio/protocol"
"sync"
)

View File

@ -3,8 +3,8 @@ package gosocketio
import (
"encoding/json"
"errors"
"funstream/libs/socket.io/protocol"
"funstream/libs/socket.io/transport"
"github.com/graarh/golang-socketio/protocol"
"github.com/graarh/golang-socketio/transport"
"sync"
"time"
)

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"errors"
"time"
"funstream/libs/socket.io/protocol"
"github.com/graarh/golang-socketio/protocol"
)
var (

View File

@ -7,12 +7,12 @@ import (
"encoding/json"
"errors"
"fmt"
"funstream/libs/socket.io/transport"
"github.com/graarh/golang-socketio/protocol"
"github.com/graarh/golang-socketio/transport"
"math/rand"
"net/http"
"sync"
"time"
"funstream/libs/socket.io/protocol"
)
var (