2
0

Remove pkg/errors package

This commit is contained in:
Jack Christensen
2019-08-31 11:53:26 -05:00
parent 1ba5dcbe01
commit 2bc8f2e6af
9 changed files with 17 additions and 26 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
package pgproto3_test
import (
"errors"
"testing"
"github.com/pkg/errors"
"github.com/jackc/pgproto3/v2"
)