github.com/hashicorp/packer@v1.14.3/helper/wrappedreadline/wrappedreadline_windows.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: BUSL-1.1 3 4 //go:build windows 5 // +build windows 6 7 package wrappedreadline 8 9 // getWidth impl for other 10 func getWidth() int { 11 return 0 12 }