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,10 +1,8 @@
|
||||
module log
|
||||
|
||||
import (
|
||||
os
|
||||
time
|
||||
term
|
||||
)
|
||||
import os
|
||||
import time
|
||||
import term
|
||||
|
||||
pub enum Level {
|
||||
fatal = 1
|
||||
|
Reference in New Issue
Block a user