1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-11 00:02:28 +08:00

doc: update readme file

This commit is contained in:
dudaodong
2023-05-18 10:51:33 +08:00
parent ba4485d8c0
commit 8af02ff95b
5 changed files with 45 additions and 10 deletions

View File

@@ -1104,7 +1104,6 @@ func main() {
}
```
### <span id="IsLeapYear">IsLeapYear</span>
<p>check if param `year` is leap year or not.</p>
@@ -1136,4 +1135,4 @@ func main() {
// true
// false
}
```
```