infra/netbird/client/ssh/window_windows.go
2025-04-21 09:31:22 +00:00

10 lines
86 B
Go

package ssh
import (
"os"
)
func setWinSize(file *os.File, width, height int) {
}