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

Changelog

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

  * New upstream version 0.0.14
  * Mark library package with "Multi-Arch: foreign"
  * Update debian/watch to version=4 and fix pattern matching
  * Update versioned dependencies as per go.mod

 -- Anthony Fok <email address hidden>  Tue, 02 Nov 2021 11:23:42 -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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mattn-go-isatty_0.0.14-1.dsc 2.3 KiB 3b4b7eadee8fdee7ca250600d58c372783775f78c1634a258733854f50b64560
golang-github-mattn-go-isatty_0.0.14.orig.tar.gz 4.6 KiB e6460325edf600297cf2ef68834938fb1c5b8d5f234b3b24ec7c0a29a2d70b39
golang-github-mattn-go-isatty_0.0.14-1.debian.tar.xz 3.7 KiB 6d8872dbc091455a44b0010b7b4b8b58cd5cd1505f8722fc334975a96f2dc0d1

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.