mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-08-14 19:47:12 +00:00
8 lines
91 B
Go
8 lines
91 B
Go
![]() |
package domainsocket
|
||
|
|
||
|
import "context"
|
||
|
|
||
|
func DialDS(ctx context.Context, path string) {
|
||
|
|
||
|
}
|