This commit is contained in:
crusader 2017-12-05 16:48:49 +09:00
parent 874dc27745
commit f22a5d5df4

View File

@ -1,12 +1,11 @@
package fasthttp package fasthttp
import ( import (
"github.com/gorilla/websocket"
"git.loafle.net/commons_go/logging" "git.loafle.net/commons_go/logging"
"git.loafle.net/commons_go/rpc/client" "git.loafle.net/commons_go/rpc/client"
"git.loafle.net/commons_go/rpc/protocol" "git.loafle.net/commons_go/rpc/protocol"
cwfc "git.loafle.net/commons_go/websocket_fasthttp/client" cwfc "git.loafle.net/commons_go/websocket_fasthttp/client"
"git.loafle.net/commons_go/websocket_fasthttp/websocket"
) )
func New(socketBuilder cwfc.SocketBuilder) client.ClientReadWriteCloseHandler { func New(socketBuilder cwfc.SocketBuilder) client.ClientReadWriteCloseHandler {