mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-09 19:18:11 -04:00
10 lines
116 B
Go
10 lines
116 B
Go
//go:build !solaris
|
|
// +build !solaris
|
|
|
|
package main
|
|
|
|
import (
|
|
"github.com/mattn/go-tty"
|
|
)
|
|
|
|
var openTTY = tty.Open
|