golang-github-ryanuber-columnize 2.1.0-1 source package in Ubuntu

Changelog

golang-github-ryanuber-columnize (2.1.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Dmitry Smirnov <email address hidden>  Wed, 16 Mar 2016 03:44:37 +1100

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
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-ryanuber-columnize_2.1.0-1.dsc 2.2 KiB 1f2c2afd4fbde3f75ce8ece6a7e98f349b227cfcfec311fde308d62ad4a02bd1
golang-github-ryanuber-columnize_2.1.0.orig.tar.gz 3.7 KiB 71a5d86abbab52de28d51299239d483ba8e048f6999736ae032b4db96a0b25e5
golang-github-ryanuber-columnize_2.1.0-1.debian.tar.xz 1.9 KiB ffc3937c2081da8441a4fe1375bbe4c76dff0f9448d23aaeb158b530f5c4208b

Available diffs

No changes file available.

Binary packages built by this source

golang-github-ryanuber-columnize-dev: Easy column formatted output for golang

 Columnize is a really small Go package that makes building CLI's a little bit
 easier. In some CLI designs, you want to output a number similar items in a
 human-readable way with nicely aligned columns. However, figuring out how wide
 to make each column is a boring problem to solve and eats your valuable time.
 .
 This package contains the source.