feat: user & article: dev complete

This commit is contained in:
fallen-angle
2022-02-27 16:36:33 +08:00
parent 4f3b16ab9d
commit 80ca1cd46e
33 changed files with 2373 additions and 185 deletions

View File

@@ -4,6 +4,6 @@ import (
"time"
)
func FormateDate(date time.Time) string {
func FormatDate(date time.Time) string {
return date.Format("06-01-02")
}