package services import ( "fmt" "hongze/hongze_cygx/utils" "time" ) func init() { DayTime := time.Now().AddDate(0, 0, -46).Format(utils.FormatDate) fmt.Println(DayTime) }