Closed JosiahWitt closed 1 year ago
Now nil is handled correctly for slices, maps, channels, and functions in IsNil, IsError, and MatchesAllErrors. It also fixes passing in the empty string to os.DirFS in the CLI.
nil
IsNil
IsError
MatchesAllErrors
os.DirFS
Now
nil
is handled correctly for slices, maps, channels, and functions inIsNil
,IsError
, andMatchesAllErrors
. It also fixes passing in the empty string toos.DirFS
in the CLI.