mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 09:51:08 -05:00
9 lines
96 B
Go
9 lines
96 B
Go
// +build !solaris
|
|
|
|
package main
|
|
|
|
import (
|
|
"github.com/mattn/go-tty"
|
|
)
|
|
|
|
var openTTY = tty.Open
|