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-20 23:11:40 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2dbfef57504d06ac27909297f2e97656956213b0
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