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

Changelog

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

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

 -- Alexandre Viau <email address hidden>  Thu, 25 Jan 2018 17:02:55 -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-4.dsc 2.2 KiB b81cc19ad80a9a64f71c40e50002df8a430fbf0befd94bff586e129ee8c0e716
golang-go-patricia_2.2.6.orig.tar.gz 11.7 KiB ff686af39f02c64d6186129780c91cdb3b34dc315e4ce452f63e855f6f40cf7f
golang-go-patricia_2.2.6-4.debian.tar.xz 2.8 KiB 5202b3901b5ae9c58c01ce82d97fa70b810b9ae9ab4e98af925cb6ef2770dd06

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.