github.com/vic3lord/terraform@v0.8.0-rc1.0.20170626102919-16c6dd2cb372/helper/wrappedreadline/wrappedreadline_windows.go (about) 1 // +build windows 2 3 package wrappedreadline 4 5 // getWidth impl for other 6 func getWidth() int { 7 return 0 8 }