Windows: Factor out LXC
@@ -1,3 +1,5 @@
+// +build linux
+
package lxc
import (
@@ -3,5 +3,5 @@
func finalizeNamespace(args *InitArgs) error {
- panic("Not supported on darwin")
+ panic("Not supported on this platform")
}