mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-07 10:47:48 -05:00
9 lines
299 B
Go
9 lines
299 B
Go
// Package shadowsocks provides compatible functionality to Shadowsocks.
|
|
//
|
|
// Shadowsocks client and server are implemented as outbound and inbound respectively in V2Ray's term.
|
|
//
|
|
// R.I.P Shadowsocks
|
|
package shadowsocks
|
|
|
|
//go:generate go run github.com/v2fly/v2ray-core/v4/common/errors/errorgen
|