github.com/dougneal/terraform@v0.6.15-0.20170330092735-b6a3840768a4/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 }