Update json.go

This commit is contained in:
kiel barry 2018-05-02 17:47:24 -07:00 committed by GitHub
parent 0d4fbcb7cf
commit 844bfd84bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -368,4 +368,4 @@ func (c *jsonCodec) Close() {
// Closed returns a channel which will be closed when Close is called // Closed returns a channel which will be closed when Close is called
func (c *jsonCodec) Closed() <-chan interface{} { func (c *jsonCodec) Closed() <-chan interface{} {
return c.closed return c.closed
} }