golang-github-mattn-go-isatty-dev

Golang library to implementation isatty interface
  https://github.com/mattn/go-isatty
  0
  no reviews



The isatty() funcion tests whether a file descriptor refers to a terminal.

this package provides a library to implement isatty interface to golang command-line programs.