Files
Packer-Cn/tty.go
T

11 lines
116 B
Go
Raw Normal View History

//go:build !solaris
// +build !solaris
package main
import (
"github.com/mattn/go-tty"
)
var openTTY = tty.Open