6 lines
81 B
Go
6 lines
81 B
Go
|
package docker
|
||
|
|
||
|
func setCPUSetCgroup(path string, pid int) error {
|
||
|
return nil
|
||
|
}
|