2024-10-13 13:31:58 +04:00

8 lines
77 B
Go

package utils
import "time"
func GetNow() time.Time {
return time.Now()
}