mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
time: complete doc (#8070)
This commit is contained in:
@@ -4,7 +4,7 @@ import rand
|
||||
import time
|
||||
|
||||
const (
|
||||
start_time_unix = time.now().unix
|
||||
start_time_unix = time.now().unix // start_time_unix is set when the program is started.
|
||||
)
|
||||
|
||||
// random returns a random time struct in *the past*.
|
||||
|
||||
Reference in New Issue
Block a user