10 lines
86 B
Go
10 lines
86 B
Go
// +build !linux
|
|
|
|
package api
|
|
|
|
import "os/exec"
|
|
|
|
func SetBinFlags(cmd *exec.Cmd) {
|
|
|
|
}
|