Skip to content

Commit

Permalink
Add package comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Feb 3, 2024
1 parent 1a011f9 commit 1c4ee8e
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions calendar/persian/persian.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package persian is part of the Carbon package.
package persian

import (
Expand All @@ -9,23 +10,6 @@ import (
"github.com/golang-module/carbon/v2/calendar/julian"
)

type Month int

const (
Farvardin Month = 1 + iota
Ordibehesht
Khordad
Tir
Mordad
Shahrivar
Mehr
Aban
Azar
Dey
Bahman
Esfand
)

var (
minYear = 1097
months = []string{"فروردین", "اردیبهشت", "خرداد", "تیر", "مرداد", "شهریور", "مهر", "آبان", "آذر", "دی", "بهمن", "اسفند"}
Expand Down

0 comments on commit 1c4ee8e

Please sign in to comment.