diff --git a/errors/fmt/fmt_test.go b/errors/fmt/fmt_test.go index 01e85b4..3667ccb 100644 --- a/errors/fmt/fmt_test.go +++ b/errors/fmt/fmt_test.go @@ -6,7 +6,7 @@ package fmt_test import ( "bytes" - . "fmt" + . "golang.org/x/exp/errors/fmt" "io" "math" "reflect"