diff options
Diffstat (limited to 'errors/marshal.go')
-rwxr-xr-x | errors/marshal.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/errors/marshal.go b/errors/marshal.go index a13ec01f..7c8a63ef 100755 --- a/errors/marshal.go +++ b/errors/marshal.go @@ -35,7 +35,6 @@ func MarshalErrorAppend(err error, b []byte) []byte { b = append(b, 'e') b = appendString(b, err.Error()) return b - } func MarshalError(err error) []byte { |