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

Changelog

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

  [ Paul Tagliamonte ]
  * Team upload.
  * Use a secure transport for the Vcs-Git and Vcs-Browser URL

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.
  * Set Testsuite: autopkgtest-pkg-go.
  * Fix insecure-copyright-format-uri.

 -- Alexandre Viau <email address hidden>  Wed, 18 Apr 2018 02:19:43 -0400

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

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-ryanuber-columnize_2.1.0-2.dsc 2.3 KiB 29d51439903dac06426e92a5a170fa1689d6238b2e2dc9c66bee1980de3d510d
golang-github-ryanuber-columnize_2.1.0.orig.tar.gz 3.7 KiB 71a5d86abbab52de28d51299239d483ba8e048f6999736ae032b4db96a0b25e5
golang-github-ryanuber-columnize_2.1.0-2.debian.tar.xz 2.6 KiB ad8a205568c766c94ecfb40a7f5b9289c35fd506351378ad02cd01aa5f79fd32

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.