syscall_windows.go 175 B

123456
  1. package system
  2. // UnmountWithSyscall is a platform-specific helper function to call
  3. // the unmount syscall. Not supported on Windows
  4. func UnmountWithSyscall(dest string) {
  5. }