converge/cmd/agent/agent_windows.go
Erik Brakkee 2f40f86294 cross compilation on windows working.
pty.Start() is not supported on windows
2024-09-08 11:16:48 +02:00

8 lines
79 B
Go
Executable File

package main
import "os"
func setWinsize(f *os.File, w, h int) {
// Empty
}