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

Feature: Add method Format() to NepaliTime object #5

Closed sugat009 closed 1 year ago

sugat009 commented 1 year ago

Added a feature that includes addition of a method, Format, to NepaliTime struct which will enable users to format the NepaiTime to a string

aj3sh commented 1 year ago

I think it's better to separate the functionality of Format (including unitttest) from the NepaliTime. @sugat009