Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
e532381b6d288ad9e2366b3c5e63118311155632
/
.
/
pkg
/
system
/
init_unix.go
blob: 4996a67c12e5beff420ddb60c9bfb3450aaa4f5e [
file
]
// +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) {
}