github.com/intel/goresctrl@v0.5.0/pkg/cgroups/cgroupid_other.go (about) 1 //go:build !linux 2 // +build !linux 3 4 package cgroups 5 6 func getID(path string) uint64 { 7 return 0 8 }