1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:21:22 -06:00
go/src
Rob Pike 9442e9518d gob: enable the GobEncoder and GobDecoder interfaces.
These allow data items to control their own representation.

For now, the implementation requires that the value passed
to Encode and Decode must be exactly the type of the
methods' receiver; it cannot be, for instance, T if the receiver
is of type *T.  This will be fixed in a later CL.

R=rsc
CC=golang-dev
https://golang.org/cl/4235051
2011-03-04 14:18:52 -08:00
..
cmd gofmt: exclude test file that is not legal Go 2011-03-03 16:52:56 -08:00
lib9 lib9: update to Unicode 6.0.0 2011-01-31 12:38:54 -05:00
libbio build: test for _WIN32, not _MINGW32 2010-09-08 22:20:35 -04:00
libmach gc, ld: detect stale or incompatible object files 2011-02-03 13:51:43 -05:00
pkg gob: enable the GobEncoder and GobDecoder interfaces. 2011-03-04 14:18:52 -08:00
all.bash build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04:00
clean.bash build: simplify clean.bash 2011-03-02 14:57:47 -05:00
env.bash build: move $GOBIN ahead of /bin, /usr/bin in build $PATH 2011-02-28 14:55:27 -05:00
make.bash build: convert src/cmd to use make directly and simplify src/make.bash 2011-03-01 09:20:32 +11:00
Make.ccmd build: remove intermediate yacc files in Make.ccmd 2010-12-14 12:22:40 -05:00
Make.clib build: Allow archiver to be specified in the environment with HOST_AR. 2010-12-07 15:28:26 -05:00
Make.cmd gotest: enable unit tests for cmd directories 2011-02-03 14:54:01 -05:00
Make.common build: reduce the use of subshells in recursive make 2011-02-19 10:49:46 +11:00
Make.inc remove nacl 2010-12-15 11:49:23 -05:00
Make.pkg fix build (observed in wild, not on dashboard) 2011-03-03 11:51:16 -05:00
quietgcc.bash build: add GOHOSTOS and GOHOSTARCH environment variables. 2010-10-08 18:52:28 +11:00
run.bash build: run test/ directory first 2011-02-14 09:27:02 -05:00
sudo.bash build: no required environment variables 2010-08-18 10:08:49 -04:00
version.bash gc, ld: detect stale or incompatible object files 2011-02-03 13:51:43 -05:00