github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/internal/helper/wrappedreadline/wrappedreadline_windows.go (about) 1 //go:build windows 2 // +build windows 3 4 package wrappedreadline 5 6 // getWidth impl for other 7 func getWidth() int { 8 return 0 9 }