github.com/hashicorp/packer@v1.14.3/tty.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: BUSL-1.1 3 4 //go:build !solaris 5 // +build !solaris 6 7 package main 8 9 import ( 10 "github.com/mattn/go-tty" 11 ) 12 13 var openTTY = tty.Open