From 3a98a11b2c6d5ad66696f2954b3811f0244fb71d Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 5 Feb 2021 01:08:49 +0100 Subject: [PATCH] =?UTF-8?q?cmp/cmpopts:=20use=20errors.Is=20with=20?= =?UTF-8?q?=E2=89=A5go1.13=20in=20compareErrors=20(#251)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the standard definition of errors.Is to implement compareErrors with ≥go1.13. Retain the implementation using golang.org/x/xerrors for versions