nano-run/server/api/flags.go

10 lines
86 B
Go

// +build !linux
package api
import "os/exec"
func SetBinFlags(cmd *exec.Cmd) {
}