summaryrefslogtreecommitdiff
path: root/src/pkg/encoding/git85/git_test.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-4/+4
2010-02-25strings: delete Runes, BytesRuss Cox1-6/+5
2010-02-02fix build - misc ... vs ...T fixesRuss Cox1-6/+2
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-65/+65
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-8/+8
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-4/+4
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer1-1/+1
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-13/+13
2009-11-05gofmt-ify io, json, runtime, encodingRobert Griesemer1-8/+8
2009-11-05gofmt-ify encodingRobert Griesemer1-3/+3
2009-11-03encoding/*: reverse the order of src, dst so that dst is first.Adam Langley1-3/+3
2009-10-20base64 -> encoding/base64Russ Cox1-0/+199