1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-02 08:46:04 -04:00
v2fly/transport/internet/domainsocket/dial.go

8 lines
91 B
Go
Raw Normal View History

2017-11-03 08:02:05 -04:00
package domainsocket
import "context"
func DialDS(ctx context.Context, path string) {
}