1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:21:22 -06:00
go/src/pkg/xml
Kyle Consalus 009aebdba8 Removed bytes.Add and bytes.AddByte; we now have 'append'.
Changed all uses of bytes.Add (aside from those testing bytes.Add) to append(a, b...).
Also ran "gofmt -s" and made use of copy([]byte, string) in the fasta benchmark.

R=golang-dev, r, r2
CC=golang-dev
https://golang.org/cl/3302042
2010-12-01 11:59:13 -08:00
..
embed_test.go reflect: add FieldByNameFunc 2010-04-18 15:22:36 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
read_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
read.go Removed bytes.Add and bytes.AddByte; we now have 'append'. 2010-12-01 11:59:13 -08:00
xml_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
xml.go use copy 2010-10-26 21:52:54 -07:00