Skip to content

issues Search Results · repo:ipinfo/go language:Go

Filter by

26 results
 (69 ms)

26 results

inipinfo/go (press backspace or delete to remove)

  • farwqmdhsnly
  • Opened 
    on Aug 25, 2023
  • #61

I am using the standard example code as stated in ipinfo/go. But I get the following errors: I am using: Go Version: go 1.19 Router: Gin (https://github.com/gin-gonic/gin) Code: client := ipinfo.NewClient(nil, ...
  • cherimo
  • 1
  • Opened 
    on Jan 13, 2023
  • #55

The GetIPInfoBatch method does not work, it always creates this error interface conversion: interface {} is *interface {}, not *ipinfo.Core Example code: client := ipinfo.NewClient(nil, nil, ...
  • jcace
  • 10
  • Opened 
    on Nov 14, 2022
  • #52

We added a package-level isEU function, but that isn t what we really want. We want isEU to be a function on the Core object so that users can run that on their core objects to get the result.
  • UmanShahzad
  • Opened 
    on Aug 18, 2022
  • #41

$ go get github.com/ipinfo/go/v2/ipinfo go: go.mod file not found in current directory or any parent directory. go get is no longer supported outside a module. To build and install a ...
  • vay3t
  • 1
  • Opened 
    on Apr 7, 2022
  • #38

$ go run batch-asn/main.go doing lookup #0 panic: interface conversion: interface {} is *interface {}, not *ipinfo.ASNDetails goroutine 1 [running]: github.com/ipinfo/go/v2/ipinfo.(*Client).GetASNDetailsBatch(0x6efba0, ...
  • przmv
  • 1
  • Opened 
    on Feb 15, 2022
  • #37

Excuse me. Does the library provide region code?
  • peizhaoduo
  • 1
  • Opened 
    on Nov 10, 2021
  • #36

When we send a batch request for X amount of IPs, and X 1000, we start chunking X into groups of 1000, and make requests for each group separately to the IPinfo batch endpoint, because the endpoint does ...
  • UmanShahzad
  • Opened 
    on Sep 10, 2021
  • #34

Create a simple function that accepts an IP list (max 500k) and returns the JSON response from https://ipinfo.io/maps.
  • UmanShahzad
  • 1
  • Opened 
    on Apr 22, 2021
  • #32

Make sure the cache key contains a number to indicate the version of the cached data. Data changes that change what s expected in cached data require a version change.
  • UmanShahzad
  • Opened 
    on Apr 22, 2021
  • #31
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub