mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 00:54:23 +00:00
Split large package into subpackages
This commit is contained in:
9
pkg/instance/process_group_windows.go
Normal file
9
pkg/instance/process_group_windows.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build windows
|
||||
|
||||
package instance
|
||||
|
||||
import "os/exec"
|
||||
|
||||
func setProcAttrs(cmd *exec.Cmd) {
|
||||
// No-op on Windows
|
||||
}
|
||||
Reference in New Issue
Block a user