Files
ratatoskr-go/internal/opencode/pgid_other.go
Hermes 4ebafc48d0
All checks were successful
build-test / build (push) Successful in 1m21s
internal/opencode: runner (idle/hard timeout, process-group kill, resume-fallback) + verdict/json parsing
2026-08-14 13:29:05 +05:00

10 lines
120 B
Go

//go:build !linux
package opencode
import "os/exec"
func sysProcAttr(_ *exec.Cmd) {}
func killProcGroup(pid int) {}