package utils import ( "time" ) func FormateDate(date time.Time) string { return date.Format("06-01-02") }