mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-04 12:09:19 +02:00
9 lines
296 B
Go
9 lines
296 B
Go
|
// Package shadowsocks provides compatible functionality to Shadowsocks.
|
||
|
//
|
||
|
// Shadowsocks client and server are implemented as outbound and inbound respectively in Xray's term.
|
||
|
//
|
||
|
// R.I.P Shadowsocks
|
||
|
package shadowsocks
|
||
|
|
||
|
//go:generate go run github.com/xtls/xray-core/v1/common/errors/errorgen
|