1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 03:25:23 +00:00
v2fly/proxy/vmess/outbound/command.go
2015-12-04 11:42:56 +00:00

6 lines
86 B
Go

package outbound
func handleCommand(command byte, data []byte) error {
return nil
}