mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vlib/net: add buffered IO, x.net -> net (#6754)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module websocket
|
||||
|
||||
import x.net
|
||||
import net
|
||||
|
||||
fn error_code() int {
|
||||
return C.WSAGetLastError()
|
||||
|
||||
Reference in New Issue
Block a user