mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
x.websocket: move to net.websocket module (#10648)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
module main
|
||||
|
||||
import os
|
||||
import x.websocket
|
||||
import net.websocket
|
||||
import term
|
||||
|
||||
// This client should be compiled an run in different konsoles
|
||||
|
Reference in New Issue
Block a user