Skip to content

Commit

Permalink
gx publish version 1.0.5, use builtin context
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Aug 24, 2016
1 parent 10b6a10 commit f87a840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/transport/websocket/websocket.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package websocket

import (
"context"
"fmt"
"net"
"net/http"
Expand All @@ -12,7 +13,6 @@ import (
ws "golang.org/x/net/websocket"

ma "github.com/jbenet/go-multiaddr"
"golang.org/x/net/context"
)

var WsProtocol = ma.Protocol{
Expand Down

0 comments on commit f87a840

Please sign in to comment.