issues
search
opensource-nepal
/
go-nepali
go-nepali is a go package containing features that will be useful for Nepali projects.
GNU General Public License v3.0
7
stars
5
forks
source link
Refactored with Date struct and added Weekday Method
#18
Closed
ghost
closed
7 months ago
ghost
commented
7 months ago
Added a Date struct with Year, Month, Day and a Calendar flag.
Refactored functions arguments with Date struct.
Added a Weekday Method to get week of specific day.
Added tests for Weekday method.