ammario / ipisp

Query IP address network information in Go
MIT License
66 stars 13 forks source link

v2 #18

Closed ammario closed 2 years ago

ammario commented 4 years ago

This issue documents my plans to refactor this package (and break API) for v2:

  1. Return per IP errors from LookupIPs
  2. Use xerrors instead of pkg/errors
  3. Use table driven tests, try to remove use of testify/assert
  4. Use idiomatic Go file names
  5. Remove tests that are prone to failure (or hide them under build tag)
  6. Remove concept of Long and Short ISP name
  7. Fix #17