all: remove pkg/errors

This commit is contained in:
Ariel Mashraki
2021-08-05 16:32:15 +03:00
committed by Ariel Mashraki
parent f0710aa004
commit eb87d64980
21 changed files with 65 additions and 65 deletions

View File

@@ -5,7 +5,7 @@
package graphson
import (
"github.com/pkg/errors"
"errors"
)
// RawMessage is a raw encoded graphson value.