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

Changelog

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

  * Move to salsa.debian.org.
  * Priority extra -> optional.

 -- Alexandre Viau <email address hidden>  Sat, 30 Dec 2017 00:54:19 -0500

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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-oschwald-geoip2-golang_1.1.0-2.dsc 2.4 KiB edf7be0ab212e98b7fd32c5e0a831cfef8a6c17b803b02e16321282fcac18d31
golang-github-oschwald-geoip2-golang_1.1.0.orig.tar.gz 6.0 KiB 5473c1168b35d00bd983d9c508fb8a7d374b97c2802b7b98cb02880d38f92815
golang-github-oschwald-geoip2-golang_1.1.0-2.debian.tar.xz 1.9 KiB 2c410a09420e81328c9a1b5cc071408cdfb1cccfa81c98e676d79e9b303f8e8b

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.