// Copyright (c) 2017, Daniel Martí // See LICENSE for licensing information //go:build !windows package expand func isWindowsErrPathNotFound(error) bool { return false }