summaryrefslogtreecommitdiff
path: root/src/lib/json/struct_test.go
AgeCommit message (Expand)AuthorFilesLines
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-2/+2
2008-12-18convert *[] to [].Russ Cox1-2/+2
2008-12-11add JSON libraryRuss Cox1-0/+82