diff --git a/time.go b/time.go index 18b7b92..004d9db 100644 --- a/time.go +++ b/time.go @@ -22,6 +22,6 @@ type ownTime struct { // Author : go_developer@163.com<白茶清欢> // // Date : 1:34 上午 2021/10/7 -func GetCurrentFormatTime() string { +func (ot *ownTime) GetCurrentFormatTime() string { return time.Now().Format("2006-01-02 15:04:05") }