github.com/shishir-a412ed/docker@v1.3.2-0.20180103180333-fda904911d87/pkg/system/init_unix.go (about)

     1  // +build !windows
     2  
     3  package system
     4  
     5  // InitLCOW does nothing since LCOW is a windows only feature
     6  func InitLCOW(experimental bool) {
     7  }