teambition / rrule-go

Go library for working with recurrence rules for calendar dates.
MIT License
310 stars 57 forks source link

Add a go.mod file #21

Closed srikrsna closed 5 years ago

srikrsna commented 5 years ago

It will be nice to have a go.mod file.

srikrsna commented 5 years ago

Any thoughts on this?

zensh commented 5 years ago

go.mod is every nice, but there is no external dependence in rrule-go

srikrsna commented 5 years ago

go.mod is not just for external dependencies. It can at least be used to work outside GOPATH and a good way to future proof where go.mod will be requirement.

zensh commented 5 years ago

@srikrsna That is good

srikrsna commented 5 years ago

Shall I send a PR?

zensh commented 5 years ago

@srikrsna It is welcome