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