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

Changelog

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

  * New upstream version 0.0.12
  * Update versioned dependency on golang-golang-x-sys-dev
  * Add "Rules-Requires-Root: no" to debian/control

 -- Anthony Fok <email address hidden>  Mon, 25 May 2020 20:06:23 -0600

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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mattn-go-isatty_0.0.12-1.dsc 2.3 KiB 6611b66697b871c85ffb2848166692682915c554ea403a993523b48cb4ea636c
golang-github-mattn-go-isatty_0.0.12.orig.tar.gz 4.4 KiB addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c
golang-github-mattn-go-isatty_0.0.12-1.debian.tar.xz 3.6 KiB 75987a132ac4dd079b6bf257d5d99598b8678184d97eadac5ffd0ae363215689

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.