golang-github-acarl005-stripansi 0.0~git20180116.5a71ef0-1 source package in Ubuntu

Changelog

golang-github-acarl005-stripansi (0.0~git20180116.5a71ef0-1) unstable; urgency=medium

  * Initial release (Closes: #935642)

 -- Dawid Dziurla <email address hidden>  Sat, 24 Aug 2019 21:38:22 +0200

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-acarl005-stripansi_0.0~git20180116.5a71ef0-1.dsc 2.4 KiB fd4d0beb5ffade0d8ff5fba3b3cb23ed761b93f8fc0950795cf302692f5f02aa
golang-github-acarl005-stripansi_0.0~git20180116.5a71ef0.orig.tar.gz 1.5 KiB e5a9410d33ce7653c7a19e8128c6e649d42fd1f10f74d651691d56ce74c919c8
golang-github-acarl005-stripansi_0.0~git20180116.5a71ef0-1.debian.tar.xz 1.9 KiB b842bdb24eb6db9a1bae5b840a38927baab22a494b4e2f25eea71e86f4371e08

No changes file available.

Binary packages built by this source

golang-github-acarl005-stripansi-dev: Little Go package for removing ANSI color escape codes from strings

 This Go package removes ANSI escape codes from strings.
 .
 Ideally, one would prevent these from appearing in any text one wants to
 process. However, sometimes this can't be helped, and one needs to be able
 to deal with that noise. This will use a regexp to remove those unwanted
 escape codes.