mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 17:53:59 -04:00
9 lines
105 B
Go
9 lines
105 B
Go
// +build windows
|
|
|
|
package wrappedreadline
|
|
|
|
// getWidth impl for other
|
|
func getWidth() int {
|
|
return 0
|
|
}
|