github.com/handlerbot/terraform@v0.10.0-beta1.0.20180726153736-26b68d98f9cb/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  }