This website requires JavaScript.
Explore
Help
Sign In
kirillius
/
Cloak
mirror of
https://github.com/cbeuw/Cloak
Watch
1
Star
0
Fork
You've already forked Cloak
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
86095ba5e6
Cloak
/
internal
/
util
/
dialer.go
8 lines
103 B
Go
Raw
Blame
History
package
util
import
"net"
type
Dialer
interface
{
Dial
(
network
,
address
string
)
(
net
.
Conn
,
error
)
}
Reference in New Issue
View Git Blame
Copy Permalink