mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
13 lines
186 B
Go
13 lines
186 B
Go
// 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
|