Skip to content

Commit

Permalink
replace lib
Browse files Browse the repository at this point in the history
  • Loading branch information
hesh915 committed Sep 10, 2015
1 parent 3afbc90 commit 2cc2143
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions client_conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/googollee/go-engine.io/message"
"github.com/googollee/go-engine.io/parser"
"github.com/googollee/go-engine.io/polling"
"github.com/googollee/go-engine.io/transport"
"github.com/googollee/go-engine.io/websocket"
"github.com/zhouhui8915/engine.io-go/message"
"github.com/zhouhui8915/engine.io-go/parser"
"github.com/zhouhui8915/engine.io-go/polling"
"github.com/zhouhui8915/engine.io-go/transport"
"github.com/zhouhui8915/engine.io-go/websocket"
"io"
"net/http"
"net/url"
Expand Down
2 changes: 1 addition & 1 deletion ioutil.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package socketio_client

import (
"github.com/googollee/go-engine.io/parser"
"github.com/zhouhui8915/engine.io-go/parser"
"io"
"sync"
)
Expand Down

0 comments on commit 2cc2143

Please sign in to comment.