terraform/internal/helper/wrappedreadline/wrappedreadline_windows.go

10 lines
124 B
Go

//go:build windows
// +build windows
package wrappedreadline
// getWidth impl for other
func getWidth() int {
return 0
}