mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 04:01:09 -04:00
9 lines
105 B
Go
9 lines
105 B
Go
// +build windows
|
|
|
|
package wrappedreadline
|
|
|
|
// getWidth impl for other
|
|
func getWidth() int {
|
|
return 0
|
|
}
|