expand_nonwindows.go

1// Copyright (c) 2017, Daniel MartΓ­ <mvdan@mvdan.cc>
2// See LICENSE for licensing information
3
4//go:build !windows
5
6package expand
7
8func isWindowsErrPathNotFound(error) bool { return false }