mirror of
https://github.com/optim-enterprises-bv/Xray-core.git
synced 2025-11-27 07:13:53 +00:00
5 lines
153 B
Go
5 lines
153 B
Go
// Package socks provides implements of Socks protocol 4, 4a and 5.
|
|
package socks
|
|
|
|
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen
|