evanoberholster / timezoneLookup

Timezone lookup API for GPS Coordinates based from GeoJSON
MIT License
47 stars 12 forks source link

v2 requires go.mod to be adjusted and for the repo to be re-tagged at v2.0.0 #7

Closed bnfinet closed 2 years ago

bnfinet commented 2 years ago

Thanks for all the fine work on this lib. I'm very interested in using v2 but unfortunately I'm unable to import it in its current form. I think these instructions would be of help...

https://therootcompany.com/blog/bump-go-package-to-v2/

After go.mod is adjusted you'll need to reset the v2.0.0 tag. IIRC in order to delete a remote tag on github you'll need to run git push origin :v2.0.0

evanoberholster commented 2 years ago

@bnfinet This has been resolved by @gaker. Closing Issue