1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/gob
Russ Cox f2b5a07453 delete float, complex - code changes
also:
	cmplx -> complex
	float64(1.0) -> 1.0
	float64(1) -> 1.0

R=gri, r, gri1, r2
CC=golang-dev
https://golang.org/cl/3991043
2011-01-19 23:09:00 -05:00
..
codec_test.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
debug.go gob: make (en|dec)code(Ui|I)nt methods rather than functions. 2011-01-11 17:56:45 -08:00
decode.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
decoder.go gob: make (en|dec)code(Ui|I)nt methods rather than functions. 2011-01-11 17:56:45 -08:00
doc.go gob: do not encode or decode unexported fields 2011-01-11 13:44:00 -08:00
dump.go add a debugging printer to the gob package. 2009-12-29 14:03:33 +11:00
encode.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
encoder_test.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
encoder.go gob: make (en|dec)code(Ui|I)nt methods rather than functions. 2011-01-11 17:56:45 -08:00
error.go gobs: error cleanup part 1. 2010-10-22 15:16:34 -07:00
Makefile gobs: error cleanup part 1. 2010-10-22 15:16:34 -07:00
type_test.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
type.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00