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

Changelog

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

  * New upstream version 0.0.19
  * Bump versioned dependencies as per go.mod

 -- Anthony Fok <email address hidden>  Mon, 03 Jul 2023 14:31:04 -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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mattn-go-isatty_0.0.19-1.dsc 2.3 KiB ce5f6b1e677671b57e84c7f915f968a0f18ad5b6b3c0ac78a745b9d982469ce2
golang-github-mattn-go-isatty_0.0.19.orig.tar.gz 4.6 KiB 67b1614d495030982d276b211f3ba2a155fad61919ba96e34db8e67ed28660e4
golang-github-mattn-go-isatty_0.0.19-1.debian.tar.xz 3.6 KiB 37087898818ea97357f1c8e61b772abbfffe197d9cdb8e61b2e060aa2551ae2d

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.