func now() time.Time { return time.Now() }
var now = time.Time
Obviously not a big deal either way.
(I think this further shows how type aliases would not be adding much possibility for confusion compared to what already exists in the language.)