updated dependencies and go
This commit is contained in:
@@ -51,10 +51,7 @@ func GetIsoWeekCount(year int) int {
|
||||
w2 -= 1
|
||||
w3 -= 1
|
||||
|
||||
w := w1
|
||||
if w2 > w {
|
||||
w = w2
|
||||
}
|
||||
w := max(w2, w1)
|
||||
if w3 > w {
|
||||
w = w3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user