nathan-osman / go-sunrise

Go package for calculating the sunrise and sunset times for a given location
MIT License
141 stars 17 forks source link

Add go mod file #8

Closed ghost closed 3 years ago

ghost commented 3 years ago

I recently came across your project and it has helped me out quite a bit. Internally though, we use go modules for package management and I was hoping you might add go.mod to your project and tag your project head v1.0.0.

Tested

Ran go test./... locally

nathan-osman commented 3 years ago

Thanks for the pull request! I'd love to add support for Go modules to the package.

nathan-osman commented 3 years ago

I'll set a reminder to tag the release when I get home later. 🙂

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 96.25% when pulling 3aa30208ef812d7624bf25bbc115cdf74bdff63a on chughes-pika:feature/add-gomod into 9a83cd1a57467bad55324d1857df83596480009a on nathan-osman:master.

ghost commented 3 years ago

@nathan-osman Reminder to tag the head commit

nathan-osman commented 3 years ago

@nathan-osman Reminder to tag the head commit

D'oh, sorry about that. Done. 👍