summaryrefslogtreecommitdiff
path: root/src/lib/json/generic.go
AgeCommit message (Expand)AuthorFilesLines
2009-01-15printf->Printf etc.Rob Pike1-2/+2
2009-01-06new new & makeRuss Cox1-4/+4
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-5/+5
2008-12-15range clause must have = or :=Ken Thompson1-2/+2
2008-12-11remove implicit int -> stringRuss Cox1-1/+1
2008-12-11add JSON libraryRuss Cox1-0/+303