Merge pull request #325 from fjl/deps-cleanup

Cleanup imports
This commit is contained in:
Jeffrey Wilcke
2015-02-17 23:19:45 +01:00
49 changed files with 145 additions and 2007 deletions

View File

@ -21,10 +21,10 @@ import (
"net"
"net/http"
"code.google.com/p/go.net/websocket"
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/rpc"
"github.com/ethereum/go-ethereum/xeth"
"golang.org/x/net/websocket"
)
var wslogger = logger.NewLogger("RPC-WS")