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