golang-github-k-sone-critbitgo 1.2.0-1 source package in Ubuntu

Changelog

golang-github-k-sone-critbitgo (1.2.0-1) unstable; urgency=medium

  * New upstream version 1.2.0
  * Standards-Version to 4.2.1.4
  * Add Rules-Requires-Root: no

 -- Eric Dorland <email address hidden>  Sun, 04 Nov 2018 16:31:28 -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

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-k-sone-critbitgo_1.2.0-1.dsc 2.2 KiB c613a1fd526a38dd948a00747ad37037b7a3016b84dc8659d961c309087db7d0
golang-github-k-sone-critbitgo_1.2.0.orig.tar.gz 8.9 KiB 83b5ab4c8ea707c29f35579584aa5e570c84b3808590157ee1488548b9b0cc53
golang-github-k-sone-critbitgo_1.2.0-1.debian.tar.xz 2.5 KiB 98fe9775e35f64e3b5fd40ddb174096c788060048f139bb41dd0a74b14fa1037

No changes file available.

Binary packages built by this source

golang-github-k-sone-critbitgo-dev: crit-bit for golang and its applications (sorted map, IP routing table)

 Crit-bit trees (http://cr.yp.to/critbit.html) in golang and its
 applications.
 .
 This implementation extended to handle the key that contains a null
 character from C implementation (https://github.com/agl/critbit).
 Usage ```go // Create Trie trie := critbitgo.NewTrie()