Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | encoding/gob: ignore chan and func fields of structures | Rob Pike | 2013-09-16 | 1 | -7/+1 |
* | encoding/gob: support new generic interfaces in package encoding | Russ Cox | 2013-08-14 | 1 | -2/+2 |
* | encoding/gob: handle encoding of different indirects of GobEncoder | Kyle Lemons | 2013-01-14 | 1 | -2/+2 |
* | gofmt: apply gofmt -w src misc | Robert Griesemer | 2012-10-30 | 1 | -1/+1 |
* | encoding/gob: better handling of nil pointers | Rob Pike | 2012-06-12 | 1 | -0/+6 |
* | encoding/gob: don't send type info for unexported fields | Rob Pike | 2011-12-02 | 1 | -1/+3 |
* | encoding: move asn1, csv, gob, json, xml into encoding | Rob Pike | 2011-11-03 | 1 | -0/+251 |