mirror of
https://github.com/containers/podman.git
synced 2025-12-05 04:40:47 +08:00
8 lines
96 B
Go
8 lines
96 B
Go
// +build !linux
|
|
|
|
package libpod
|
|
|
|
func moveConmonToCgroup() error {
|
|
return ErrOSNotSupported
|
|
}
|