Skip to content

Commit

Permalink
Update README.cn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin authored Sep 22, 2023
1 parent dc22dd6 commit b7ffb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ type Person struct {
Birthday2 carbon.DateTimeMilli `json:"birthday"`
Birthday3 carbon.DateTimeMicro `json:"birthday"`
Birthday4 carbon.DateTimeNano `json:"birthday"`
GraduatedAt1 carbon.Date `json:"graduated_at"`
GraduatedAt1 carbon.Date `json:"graduated_at"`
GraduatedAt2 carbon.DateMilli `json:"graduated_at"`
GraduatedAt3 carbon.DateMicro `json:"graduated_at"`
GraduatedAt4 carbon.DateNano `json:"graduated_at"`
Expand Down

0 comments on commit b7ffb78

Please sign in to comment.