golang-github-oschwald-geoip2-golang 1.1.0-1 source package in Ubuntu

Changelog

golang-github-oschwald-geoip2-golang (1.1.0-1) unstable; urgency=medium

  * New upstream snapshot.
  * d/copyright: license change to ISC.
  * Bump Standards-Version to 4.0.0.
  * Set Testsuite to autopkgtest-pkg-go.
  * Depend on golang-github-oschwald-maxminddb-golang-dev >= 1.2.0

 -- Alexandre Viau <email address hidden>  Wed, 02 Aug 2017 18:33:12 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-oschwald-geoip2-golang_1.1.0-1.dsc 2.4 KiB 2394e2d07a6682c81bee4d6b2be9e795d296d748594351d3104881b846af306c
golang-github-oschwald-geoip2-golang_1.1.0.orig.tar.gz 6.0 KiB 5473c1168b35d00bd983d9c508fb8a7d374b97c2802b7b98cb02880d38f92815
golang-github-oschwald-geoip2-golang_1.1.0-1.debian.tar.xz 1.9 KiB b3c9ebba8fcd66a42a79c11e80449e7f7afdd6e1456df2c020b8b6949c76bc2d

Available diffs

No changes file available.

Binary packages built by this source

golang-github-oschwald-geoip2-golang-dev: Unofficial MaxMind GeoIP2 Reader for Go

 This library reads MaxMind GeoLite2 and GeoIP2 databases.
 It is built using the Go maxminddb reader. All data for
 the database record is decoded using this library. If you
 only need several fields, you may get superior performance
 by using maxminddb's Lookup directly with a result struct
 that only contains the required fields.