Source: golang-github-mattn-go-isatty
Section: devel
Priority: optional
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>,
           Fernando Ike <fike@midstorm.org>,
           Diego M. Rodriguez <diego.plan9@gmail.com>
Build-Depends: debhelper (>= 9),
               dh-golang (>= 1.17~),
               golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/mattn/go-isatty
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
XS-Go-Import-Path: github.com/mattn/go-isatty
Testsuite: autopkgtest-pkg-go

Package: golang-github-mattn-go-isatty-dev
Architecture: all
Depends: ${misc:Depends}
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.
