From 3f64481446fb3da1bc50021ac06ab6515b911c16 Mon Sep 17 00:00:00 2001 From: ksparakis <ksparakis@gmail.com> Date: Mon, 10 Feb 2020 19:22:13 -0500 Subject: [PATCH] remove unused errors packeage --- notifications/updateNDF_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/notifications/updateNDF_test.go b/notifications/updateNDF_test.go index e046c8d..bf1d4cc 100644 --- a/notifications/updateNDF_test.go +++ b/notifications/updateNDF_test.go @@ -6,7 +6,6 @@ package notifications import ( - "github.com/pkg/errors" "gitlab.com/elixxir/comms/connect" pb "gitlab.com/elixxir/comms/mixmessages" "gitlab.com/elixxir/primitives/ndf" -- GitLab