jjz

Results 3 issues of jjz

---------------- net/socks/dial.go:5:1:warning: package comment should be of the form "Package socks ..." (golint) net/socks/dial.go:39:2:warning: const authGssApi should be authGssAPI (golint) net/socks/dial.go:43:2:warning: const commandTcpConnect should be commandTCPConnect (golint) net/socks/dial.go:44:2:warning: const commandTcpBind...

Websocket有自己的消息类型,ping 和 pong ,而ping的消息是方在text里面的。 ``` * %x0 denotes a continuation frame * %x1 denotes a text frame * %x2 denotes a binary frame * %x3-7 are reserved for further non-control...

Used in the system of library . not local library So secp256k1-go no longer need to use submodule[https://github.com/bitcoin-core/secp256k1](https://github.com/bitcoin-core/secp256k1) , We can use the secp256k1-go as a cgo library . Users...