Files
SocksRevive-PC/internal/oscmd/command_other.go
2026-05-16 00:18:06 -03:00

8 lines
98 B
Go

//go:build !windows
package oscmd
import "os/exec"
func applyPlatformOptions(cmd *exec.Cmd) {}