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