v2ray-core/transport/internet/connection.go

10 lines
77 B
Go
Raw Normal View History

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