mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
6 lines
133 B
V
6 lines
133 B
V
module websocket
|
|
|
|
// TODO This only checks that the client compiles, do real tests
|
|
fn test_compile() {
|
|
new('http://examples.com')
|
|
}
|