golang-github-liggitt-tabwriter 0.0~git20181228.89fcab3-1 source package in Ubuntu

Changelog

golang-github-liggitt-tabwriter (0.0~git20181228.89fcab3-1) unstable; urgency=medium

  * Initial release (Closes: #1064481)

 -- Arthur Diniz <email address hidden>  Thu, 22 Feb 2024 22:57:23 +0000

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-liggitt-tabwriter_0.0~git20181228.89fcab3-1.dsc 2.3 KiB 877b6e79c014d5b076af1023129b6c78015fe0a4c9afff66fcc71b1384b45141
golang-github-liggitt-tabwriter_0.0~git20181228.89fcab3.orig.tar.xz 11.2 KiB 31b5954b018c667821726789c3d43c1f3cbc881aefc42e3e629447c6daa736b8
golang-github-liggitt-tabwriter_0.0~git20181228.89fcab3-1.debian.tar.xz 2.4 KiB 7801bc2e836578ff25505eb656396e43ccc934779cac6dd6f2c3b2fdc40c078a

No changes file available.

Binary packages built by this source

golang-github-liggitt-tabwriter-dev: Drop in replacement for golang text/tabwriter (library)

 This library is a drop-in replacement for the golang text/tabwriter
 .
 The following additional features are supported:
 .
 * The RememberWidths flag allows remembering maximum widths seen per column
   even after Flush() is called.
 * RememberedWidths() []int and SetRememberedWidths([]int) *Writer allow
   obtaining and transferring remembered column width between writers.