mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
6 lines
103 B
Go
6 lines
103 B
Go
import net
|
|
|
|
fn test_dial() {
|
|
//conn := net.dial('irc.freenode.org', 6667)
|
|
//println(conn.sockfd)
|
|
}
|