Skip to content

Releases: Shivam010/go-freeGeoIP

v0.1.1

26 Sep 06:31
16b33e8
Compare
Choose a tag to compare

Documentation updates

The release has no new changes in code or project structure.
Only, some documentation is updated. And some dependency management bots are added for better development.

v0.1.0

14 Sep 06:56
3ee798e
Compare
Choose a tag to compare

FreeGeoIP.app client with inbuilt caching

go-freeGeoIP is a Golang client for Free IP Geolocation information API with inbuilt cache support to
increase the 15k per hour rate limit of the application https://freegeoip.app/

You can use the ICache interface and provide you any of you cache implementation or can use the library's in-memory (thread-safe) with or without expiry.

And you can even provide your own combination of arguments in the client by providing a self cache implementation for freeGeoIP.ICache or the http.Client or the log.Logger.