修改文档

This commit is contained in:
Peleus 2023-12-22 16:49:50 +08:00
parent db7d12c961
commit 89611947b0

View File

@ -1333,9 +1333,9 @@ if err2 != nil {
log.Fatal(err2)
}
fmt.Sprintf("%s", person.Birthday1) // 2002-08-05
fmt.Sprintf("%s", person.Birthday2) // 13:14:15
fmt.Sprintf("%s", person.Birthday3) // 2002-08-05 13:14:15
fmt.Sprintf("%s", person.Birthday) // 2002-08-05
fmt.Sprintf("%s", person.GraduatedAt) // 13:14:15
fmt.Sprintf("%s", person.CreatedAt) // 2002-08-05 13:14:15
```
##### I18n