We need to use `os.Lstat` instead of `os.Stat` if we are going to manually inspect files for whether they are a symlink. On macOS, it looks like `os.Stat` returns information about the symlink itself.