%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/waritko/go/src/github.com/mattn/go-isatty/
Upload File :
Create Path :
Current File : //home/waritko/go/src/github.com/mattn/go-isatty/example_test.go

package isatty_test

import (
	"fmt"
	"os"

	"github.com/mattn/go-isatty"
)

func Example() {
	if isatty.IsTerminal(os.Stdout.Fd()) {
		fmt.Println("Is Terminal")
	} else if isatty.IsCygwinTerminal(os.Stdout.Fd()) {
		fmt.Println("Is Cygwin/MSYS2 Terminal")
	} else {
		fmt.Println("Is Not Terminal")
	}
}

Zerion Mini Shell 1.0