fix compilation
parent
61b51f6149
commit
9062338cb4
|
@ -823,6 +823,7 @@ fn new_v(args []string) *V {
|
||||||
files << f
|
files << f
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
obfuscate := args.contains('-obf')
|
||||||
return &V {
|
return &V {
|
||||||
os: _os
|
os: _os
|
||||||
out_name: out_name
|
out_name: out_name
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
import net
|
import net
|
||||||
|
|
||||||
fn test_dial() {
|
fn test_dial() {
|
||||||
|
//conn := net.dial('irc.freenode.org', 6667)
|
||||||
conn := net.dial('irc.freenode.org', 6667)
|
//println(conn.sockfd)
|
||||||
println(conn.sockfd)
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue