1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-02 00:36:03 -04:00
v2fly/transport/internet/domainsocket/dial.go
2018-02-12 14:09:12 +08:00

8 lines
91 B
Go

package domainsocket
import "context"
func DialDS(ctx context.Context, path string) {
}