mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: updateimport ()
and []array
This commit is contained in:
@ -1,13 +1,11 @@
|
||||
module main
|
||||
|
||||
import (
|
||||
net.websocket
|
||||
eventbus
|
||||
time
|
||||
readline
|
||||
term
|
||||
benchmark
|
||||
)
|
||||
import net.websocket
|
||||
import eventbus
|
||||
import time
|
||||
import readline
|
||||
import term
|
||||
import benchmark
|
||||
|
||||
const (
|
||||
eb = eventbus.new()
|
||||
|
Reference in New Issue
Block a user