init_unix.go 135 B

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