blob: 4996a67c12e5beff420ddb60c9bfb3450aaa4f5e [file] [log] [blame]
// +build !windows
package system // import "github.com/docker/docker/pkg/system"
// InitLCOW does nothing since LCOW is a windows only feature
func InitLCOW(experimental bool) {
}