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