mirror of
https://github.com/golang/go
synced 2024-11-24 08:00:12 -07:00
encoding/json: remove unused field from Encoder struct
It should've been removed in https://golang.org/cl/9365044 Thanks to Jacek Masiulaniec for noticing. LGTM=ruiu R=ruiu CC=golang-codereviews https://golang.org/cl/109880043
This commit is contained in:
parent
a5bb1af432
commit
e46be90fec
@ -139,7 +139,6 @@ func nonSpace(b []byte) bool {
|
|||||||
// An Encoder writes JSON objects to an output stream.
|
// An Encoder writes JSON objects to an output stream.
|
||||||
type Encoder struct {
|
type Encoder struct {
|
||||||
w io.Writer
|
w io.Writer
|
||||||
e encodeState
|
|
||||||
err error
|
err error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user