mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-19 02:28:50 -05:00
13 lines
188 B
Go
13 lines
188 B
Go
// Copyright IBM Corp. 2013, 2025
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
//go:build !solaris
|
|
// +build !solaris
|
|
|
|
package main
|
|
|
|
import (
|
|
"github.com/mattn/go-tty"
|
|
)
|
|
|
|
var openTTY = tty.Open
|