1
0
mirror of https://github.com/golang/go synced 2024-10-04 13:31:21 -06:00
go/src/pkg/gob
Rob Pike 1959c3ac5b tests: fix prints
- delete unnecessary newlines
- make sure formatted prints call the formatting routines

R=adg
CC=golang-dev
https://golang.org/cl/2225046
2010-09-23 13:48:56 +10:00
..
codec_test.go tests: fix prints 2010-09-23 13:48:56 +10:00
debug.go add a debugging printer to the gob package. 2009-12-29 14:03:33 +11:00
decode.go gob: make robust when decoding a struct with non-struct data. 2010-09-20 07:37:06 +10:00
decoder.go gob: a couple of tiny simplifications using Kind() 2010-06-29 10:14:32 -07:00
dump.go add a debugging printer to the gob package. 2009-12-29 14:03:33 +11:00
encode.go gobs: fix bug in singleton arrays 2010-07-20 19:53:28 -07:00
encoder_test.go tests: fix prints 2010-09-23 13:48:56 +10:00
encoder.go gob: add DecodeValue and EncodeValue 2010-06-28 17:11:54 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
type_test.go gob: add support for maps. 2010-05-05 16:46:39 -07:00
type.go gob: make robust when decoding a struct with non-struct data. 2010-09-20 07:37:06 +10:00