In an error condition, I tried to return nil
, which throws the error:
cannot use nil as type time.Time in return argument
What is the zero
value for time.Time
?
In an error condition, I tried to return nil
, which throws the error:
cannot use nil as type time.Time in return argument
What is the zero
value for time.Time
?