mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-30 03:32:49 +00:00
internal/encoding/wire: switch to use internal errors package
Change-Id: Ibb01f8a5d4dea09c19262f807e305bbebe0e6ab8 Reviewed-on: https://go-review.googlesource.com/127825 Reviewed-by: Herbie Ong <herbie@google.com>
This commit is contained in:
parent
025d81dac6
commit
0e6baaa2cb
@ -8,9 +8,10 @@
|
||||
package wire
|
||||
|
||||
import (
|
||||
"errors" // TODO: replace with our own errors package?
|
||||
"io"
|
||||
"math/bits"
|
||||
|
||||
"google.golang.org/proto/internal/errors"
|
||||
)
|
||||
|
||||
// Number represents the field number.
|
||||
|
Loading…
x
Reference in New Issue
Block a user