Browse Source

update websocket package

pull/107/head
rui.zheng 10 years ago
parent
commit
af61c2c92c
  1. 2
      ws.go

2
ws.go

@ -3,7 +3,7 @@ package gost
import (
"crypto/tls"
"github.com/golang/glog"
"github.com/gorilla/websocket"
"gopkg.in/gorilla/websocket.v1"
"net"
"net/http"
"net/http/httputil"

Loading…
Cancel
Save