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

Changelog

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

  [ Debian Janitor ]
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * Update standards version to 4.4.1, no changes needed.
  * Apply multi-arch hints. + golang-github-ryanuber-columnize-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Fri, 05 Feb 2021 01:35:48 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-ryanuber-columnize_2.1.1-2.dsc 2.3 KiB 62580a9648e17a6d4a5abe9ba98e14573567b211b0ac8173f6371ad7753a4c45
golang-github-ryanuber-columnize_2.1.1.orig.tar.xz 4.6 KiB a05e7c89b20cdb6c1d8cc7c044b8c37ceb84951b2473e83f99be4308385d09e1
golang-github-ryanuber-columnize_2.1.1-2.debian.tar.xz 2.9 KiB 9af7287f8252a053a30afa363e6be403f1d48c2b5b5a47f67c7061332525111a

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.