init
This commit is contained in:
7
internal/core/utils/time.go
Normal file
7
internal/core/utils/time.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package utils
|
||||
|
||||
import "time"
|
||||
|
||||
func GetNow() time.Time {
|
||||
return time.Now()
|
||||
}
|
||||
Reference in New Issue
Block a user