mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
10 lines
114 B
Go
10 lines
114 B
Go
//go:build windows
|
|
|
|
package llamactl
|
|
|
|
import "os/exec"
|
|
|
|
func setProcAttrs(cmd *exec.Cmd) {
|
|
// No-op on Windows
|
|
}
|