This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
Packer-Cn
Watch
2
Star
0
Fork
0
mirror of
https://github.com/hashicorp/packer.git
synced
2026-09-19 22:41:40 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ba767d1663db82d02fa18c087e4d99043d141fd3
Packer-Cn
/
tty.go
T
10 lines
96 B
Go
Raw
Normal View
History
Unescape
Escape
allow building packer on solaris by removing progress bar and tty imports
2019-05-07 15:58:49 +02:00
// +build !solaris
package
main
import
(
"github.com/mattn/go-tty"
)
var
openTTY
=
tty
.
Open
Reference in New Issue
Copy Permalink