Sign in
third-party-mirror
/
hashicorp
/
packer
/
555dfb136f7176d793b8ede3d7e0a4512bb526aa
/
.
/
v1.9.4
/
tty.go
blob: a6f16d122ac2c2638c493f2adef83ab27b3d6316 [
file
] [
log
] [
blame
]
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//go:build !solaris
// +build !solaris
package main
import (
"github.com/mattn/go-tty"
)
var openTTY = tty.Open