commit | c54b5d032f593c5379e2286da11fb78fe33fd7a3 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Fri Feb 25 09:45:06 2011 -0800 |
committer | Rob Pike <r@golang.org> | Fri Feb 25 09:45:06 2011 -0800 |
tree | 6113c5de219f627c888a13c6eef48c0970f585d4 | |
parent | 895631770a761f94bf22c879e7d1a1eaa6a64a55 [diff] |
gob: make recursive map and slice types work. Before this fix, types such as type T map[string]T caused infinite recursion in the gob implementation. Now they just work. Fixes #1518. R=rsc CC=golang-dev https://golang.org/cl/4230045