In t = time.Now()
expression t
will change its value each time you print it
#58
Labels
t = time.Now()
expression t
will change its value each time you print it
#58
When asign
time.Now()
to a variable, that variable is not fixed and changes every time you print itmy gore version is 0.2.5 and go version is 1.5.2
The text was updated successfully, but these errors were encountered: