package pkg import ( "time" ) func Now() time.Time { return time.Now() } func Now1() time.Time { return time.Now() } func Now2() { }