mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
8 lines
121 B
Go
8 lines
121 B
Go
// +build !linux
|
|
|
|
package lxc
|
|
|
|
func finalizeNamespace(args *InitArgs) error {
|
|
panic("Not supported on this platform")
|
|
}
|