go
go copied to clipboard
Official Golang client library for the ipdata API
This PR aims to address https://github.com/ipdata/go/issues/19 Dep has been deprecated for some time, in favor of the upstream go modules release We also fix vet, test and linting issues by...
> Dep was an official experiment to implement a package manager for Go. As of 2020, Dep is deprecated and archived in favor of Go modules, which have had official...
Currently the `http.Client` is completely managed by the [constructor ](https://github.com/ipdata/go/blob/master/client.go#L51), and is unexported preventing any further configuration of the client after initialization However, it may be desirable to provide a...