//go:build !windows // +build !windows package proxy import "os/exec" func hideWindow(cmd *exec.Cmd) { // do nothing on non-windows platforms }