summaryrefslogtreecommitdiff
path: root/src/pkg/encoding/gob/encoder.go
Commit message (Expand)AuthorAgeFilesLines
* encoding/gob: ignore chan and func fields of structuresRob Pike2013-09-161-7/+1
* encoding/gob: support new generic interfaces in package encodingRuss Cox2013-08-141-2/+2
* encoding/gob: handle encoding of different indirects of GobEncoderKyle Lemons2013-01-141-2/+2
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-301-1/+1
* encoding/gob: better handling of nil pointersRob Pike2012-06-121-0/+6
* encoding/gob: don't send type info for unexported fieldsRob Pike2011-12-021-1/+3
* encoding: move asn1, csv, gob, json, xml into encodingRob Pike2011-11-031-0/+251