1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-18 09:57:04 -04:00
v2fly/transport/internet/connection.go

10 lines
77 B
Go
Raw Normal View History

2016-06-14 16:54:08 -04:00
package internet
import (
"net"
)
type Connection interface {
net.Conn
}