1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-23 12:02:58 -05:00
Files
v2fly/transport/internet/connection.go

10 lines
77 B
Go
Raw Normal View History

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