golang-github-mattn-go-isatty 0.0.20-1 source package in Ubuntu

Changelog

golang-github-mattn-go-isatty (0.0.20-1) unstable; urgency=medium

  * New upstream version 0.0.20

 -- Anthony Fok <email address hidden>  Wed, 01 Nov 2023 02:15:03 -0600

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mattn-go-isatty_0.0.20-1.dsc 2.3 KiB 1c753134e3f8d2b131928e559606dcd6db59859212ef121f0230b357550edd8a
golang-github-mattn-go-isatty_0.0.20.orig.tar.gz 4.6 KiB 18fc42a278e60fb7a1dffa72f20539ae88d0e292db55b513ef514b7d369883a6
golang-github-mattn-go-isatty_0.0.20-1.debian.tar.xz 3.6 KiB 99c9cc0d2e2f76511b022aa4ef24a34493e6f92cb3eb7a07ab340d047ed737f9

Available diffs

No changes file available.

Binary packages built by this source

golang-github-mattn-go-isatty-dev: Golang library to implementation isatty interface

 The isatty() function tests whether a file descriptor refers to a terminal.
 .
 This package provides a library to implement isatty interface to Golang
 command-line programs.