7 lines
121 B
Go
7 lines
121 B
Go
// +build !linux
|
|
|
|
package lxc
|
|
|
|
func finalizeNamespace(args *InitArgs) error {
|
|
panic("Not supported on this platform")
|
|
}
|