mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Rewrite time module
This commit is contained in:

committed by
Alexander Medvednikov

parent
223c35ffb9
commit
2ee6ca1b8b
@ -53,6 +53,6 @@ fn main() {
|
||||
go fetcher.fetch()
|
||||
}
|
||||
println(fetcher.ids)
|
||||
time.sleep(5)
|
||||
time.sleep(time.seconds(5))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user