golang-go-patricia 2.2.6-3 source package in Ubuntu

Changelog

golang-go-patricia (2.2.6-3) unstable; urgency=medium

  * Team upload.
  * Remove useless .install file.

 -- Alexandre Viau <email address hidden>  Wed, 10 Jan 2018 18:36:29 -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-go-patricia_2.2.6-3.dsc 2.2 KiB 5c70c9b92f52160d0c15525133940032af89187624144903b2ef580843c2009a
golang-go-patricia_2.2.6.orig.tar.gz 11.7 KiB ff686af39f02c64d6186129780c91cdb3b34dc315e4ce452f63e855f6f40cf7f
golang-go-patricia_2.2.6-3.debian.tar.xz 2.8 KiB c6984b583134acf9a937f419328dc9eca15c78811f3ca30c3b7d9fd9b9e2c9a4

Available diffs

No changes file available.

Binary packages built by this source

golang-github-tchap-go-patricia-dev: golang-go-patricia is a generic patricia trie (also called radix tree).

 The patricia trie as implemented in this library enables fast visiting of items
 in some particular ways:
 .
  1. visit all items saved in the tree,
  2. visit all items matching particular prefix (visit subtree), or
  3. given a string, visit all items matching some prefix of that string.
 .
 This package contains the source.