Pakket: golang-github-acarl005-stripansi-dev (0.0~git20180116.5a71ef0-2)
Verwijzigingen voor golang-github-acarl005-stripansi-dev
Trisquel bronnen:
Het bronpakket golang-github-acarl005-stripansi downloaden:
- [golang-github-acarl005-stripansi_0.0~git20180116.5a71ef0-2.dsc]
- [golang-github-acarl005-stripansi_0.0~git20180116.5a71ef0.orig.tar.gz]
- [golang-github-acarl005-stripansi_0.0~git20180116.5a71ef0-2.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Go Packaging Team
- Dawid Dziurla
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.