1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-20 12:14:15 -04:00
v2fly/proxy/socks/socks.go

5 lines
186 B
Go
Raw Normal View History

// Package socks provides implements of Socks protocol 4, 4a and 5.
2017-01-07 19:06:35 -05:00
package socks
2017-04-08 19:43:25 -04:00
//go:generate go run $GOPATH/src/v2ray.com/core/tools/generrorgen/main.go -pkg socks -path Proxy,Socks