mirror of
https://github.com/golang/go.git
synced 2025-11-08 04:31:01 +00:00
all: remove various unused unexported functions and constants.
R=golang-dev, minux.ma, rsc CC=golang-dev, remy https://golang.org/cl/5702050
This commit is contained in:
parent
250fa82122
commit
c10f50859e
6 changed files with 0 additions and 54 deletions
|
|
@ -189,11 +189,6 @@ func (e *MarshalerError) Error() string {
|
|||
return "json: error calling MarshalJSON for type " + e.Type.String() + ": " + e.Err.Error()
|
||||
}
|
||||
|
||||
type interfaceOrPtrValue interface {
|
||||
IsNil() bool
|
||||
Elem() reflect.Value
|
||||
}
|
||||
|
||||
var hex = "0123456789abcdef"
|
||||
|
||||
// An encodeState encodes JSON into a bytes.Buffer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue