This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
36d343e931
v
/
vlib
/
net
/
socket_test.v
7 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
os.File clean up + socket.v (dial())
2019-06-30 17:11:55 +03:00
import
net
fn
test_dial
(
)
{
net: clean up
2019-06-30 22:00:22 +03:00
//conn := net.dial('irc.freenode.org', 6667)
//println(conn.sockfd)
os.File clean up + socket.v (dial())
2019-06-30 17:11:55 +03:00
}
Reference in New Issue
Copy Permalink