aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib/99-minor/testing/fstest/63675.md
blob: cea9ae3dc2e1a03688c00399f7e0e8142c07feaa (plain)
1
2
3
[TestFS] now returns a structured error that can be unwrapped
(via method `Unwrap() []error`). This allows inspecting errors
using [errors.Is] or [errors.As].