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

Changelog

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

  * point Vcs-* urls to salsa.d.o subproject

 -- Alexandre Viau <email address hidden>  Thu, 25 Jan 2018 16:09:17 -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-3.dsc 2.4 KiB cd227c36774816e21f3b8709acbc7e06833c5b94815cf02b6f5908688cc5d809
golang-github-oschwald-geoip2-golang_1.1.0.orig.tar.gz 6.0 KiB 5473c1168b35d00bd983d9c508fb8a7d374b97c2802b7b98cb02880d38f92815
golang-github-oschwald-geoip2-golang_1.1.0-3.debian.tar.xz 2.0 KiB 28ecde1348181fc3a47ee9dc8fb819815ec9b091afd8fb338ff521e00a88e01d

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.