mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-21 02:09:05 +00:00
9 lines
75 B
Go
9 lines
75 B
Go
![]() |
package agent
|
||
|
|
||
|
import (
|
||
|
"os"
|
||
|
)
|
||
|
|
||
|
func setWinsize(f *os.File, w, h int) {
|
||
|
}
|