packer/tty.go
Adrien Delorme 27d89ac8d4
update all plugins + pin go to go 1.17 (#11237)
* up plugins and get rid of a dependency loop from packer to packer
2021-09-02 12:15:13 +02:00

10 lines
116 B
Go

//go:build !solaris
// +build !solaris
package main
import (
"github.com/mattn/go-tty"
)
var openTTY = tty.Open