package main const( cgroupFreezerMesosPath string = "/tmp/mesos/" ) func FindMesosCgroupPaths()(cgroupPaths []string, err error){ return FindCgroupPath(cgroupFreezerMesosPath) }