mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-07-31 23:15:32 +00:00
9 lines
73 B
Go
9 lines
73 B
Go
package cli
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
func setWinsize(f *os.File, w, h int) {
|
|
}
|