github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/internal/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 }