• Rob Pike's avatar
    gob: decode into nil, this time for sure. · 1778f50d
    Rob Pike authored
    Yesterday's change was too simple-minded and failed if an
    interface value was being discarded.  We need to parse the
    data stream and remember any type information that arrives.
    
    Also fix a minor bug when ignoring an interface: toss only what
    we know about, not everything.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/4179045
    1778f50d
Name
Last commit
Last update
..
Makefile Loading commit data...
codec_test.go Loading commit data...
debug.go Loading commit data...
decode.go Loading commit data...
decoder.go Loading commit data...
doc.go Loading commit data...
dump.go Loading commit data...
encode.go Loading commit data...
encoder.go Loading commit data...
encoder_test.go Loading commit data...
error.go Loading commit data...
type.go Loading commit data...
type_test.go Loading commit data...