Source: golang-github-mattn-go-isatty Maintainer: Debian Go Packaging Team Uploaders: Fernando Ike , Diego M. Rodriguez , Anthony Fok Section: devel Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 12), dh-golang (>= 1.17), golang-any, golang-golang-x-sys-dev (>= 0.0~git20200116.b775942) Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-isatty Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-isatty.git Homepage: https://github.com/mattn/go-isatty Rules-Requires-Root: no XS-Go-Import-Path: github.com/mattn/go-isatty Package: golang-github-mattn-go-isatty-dev Architecture: all Depends: ${misc:Depends}, golang-golang-x-sys-dev (>= 0.0~git20191026.33540a1~) Description: 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.