We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
invalidPersianError
1 parent eae75ee commit 5cbbd74Copy full SHA for 5cbbd74
calendar/persian/persian.go
@@ -24,6 +24,8 @@ var (
24
ShortFaWeeks = []string{"پ", "چ", "س", "د", "ی", "ش", "ج"}
25
)
26
27
+// returns a invalid persian date.
28
+// 无效的波斯历日期错误
29
var invalidPersianError = func() error {
30
return fmt.Errorf("invalid persian date, please make sure the persian date is valid")
31
}
0 commit comments