github.com/trawler/terraform@v0.10.8-0.20171106022149-4b1c7a1d9b48/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 }