doc.go 617 B

1234567891011121314
  1. // Copyright 2009 The freegeoip authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. // Package freegeoip provides an API for searching the geolocation of IP
  5. // addresses. It uses a database that can be either a local file or a
  6. // remote resource from a URL.
  7. //
  8. // Local databases are monitored by fsnotify and reloaded when the file is
  9. // either updated or overwritten.
  10. //
  11. // Remote databases are automatically downloaded and updated in background
  12. // so you can focus on using the API and not managing the database.
  13. package freegeoip