mirror of https://github.com/v2ray/v2ray-core
6 lines
86 B
Go
6 lines
86 B
Go
|
package outbound
|
||
|
|
||
|
func handleCommand(command byte, data []byte) error {
|
||
|
return nil
|
||
|
}
|