mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-07-14 08:24:07 +00:00
9 lines
75 B
Go
9 lines
75 B
Go
|
package agent
|
||
|
|
||
|
import (
|
||
|
"os"
|
||
|
)
|
||
|
|
||
|
func setWinsize(f *os.File, w, h int) {
|
||
|
}
|