//go:build windows // +build windows package fileutil // o_NOFOLLOW is not available on Windows. // FILE_FLAG_OPEN_REPARSE_POINT could be used but requires syscall.CreateFile. // For now, we use 0 (no-op) as Windows handles symlinks differently. const o_NOFOLLOW = 0