1
0
mirror of https://github.com/golang/go synced 2024-11-20 04:54:44 -07:00
The Go programming language
Go to file
Rob Pike e76a335ada make the low-level encoder and decoder private and have them access byte.Buffers rather
than io.Readers and io.Writers.
change the Encoder/Decoder protocol so that each message is preceded by its length in bytes.

R=rsc
DELTA=468  (119 added, 23 deleted, 326 changed)
OCL=31700
CL=31702
2009-07-15 16:10:17 -07:00
doc capital_letter was never used 2009-07-10 18:21:07 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib/godoc no longer necessary; directory not empty anymore 2009-07-09 16:44:20 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src make the low-level encoder and decoder private and have them access byte.Buffers rather 2009-07-15 16:10:17 -07:00
test step toward no function prototypes. 2009-07-13 23:38:39 -07:00
usr Beginnings of a Go interpreter. This implements basic and 2009-07-15 11:59:13 -07:00