Skip to content

[COMPAT] Cross-platform compatibility: replace Unix-only process group handlingΒ #4

Description

@shadowmkj

🎯 Problem Statement

src/main.go:L39 uses syscall.SysProcAttr{Setpgid: true}, which is Unix-specific and prevents building/running on Windows systems.

πŸ“ Affected Files

  • src/main.go:L39

πŸ› οΈ Proposed Solution

Use build tags (exec_unix.go vs exec_windows.go) or platform-agnostic process context handling to enable Windows support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions