open-nomad/drivers/docker/driver_darwin.go

6 lines
81 B
Go

package docker
func setCPUSetCgroup(path string, pid int) error {
return nil
}