Skip to content

Commit

Permalink
完善文档
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 14, 2020
1 parent 9a5a0d3 commit 89651b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ user := User {
#### 更新日志
##### 2020-09-14
* 完善单元测试
* 私有方法提取到独立文件private.go里
* 时区常量移到private.go文件里
* 新增StartOfYear()方法获取当年开始时间
* 新增EndOfYear()方法获取当年结束时间
* 新增StartOfMonth()方法获取当月开始时间
Expand All @@ -393,6 +393,9 @@ user := User {
* 新增ToDateEndString方法转换成日期结束时间
* 新增ToTimeStartString方法转换成小时开始时间
* 新增ToTimeEndString方法转换成小时结束时间

##### 2020-09-13
* 私有方法提取到独立文件private.go里
* 新增IsToday方法判断是否是今天
* 新增IsYesterday方法判断是否是昨天
* 新增IsTomorrow方法判断是否是明天
Expand Down

0 comments on commit 89651b5

Please sign in to comment.