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