summaryrefslogtreecommitdiff
path: root/src/pkg/xml
AgeCommit message (Collapse)AuthorFilesLines
2009-10-05XML lexingRuss Cox2-308/+855
The lexer is the bottom level. Most clients will use the Unmarshal method, not yet implemented, which will behave like json.Unmarshal. R=r DELTA=1115 (766 added, 219 deleted, 130 changed) OCL=35316 CL=35339
2009-06-09mv src/lib to src/pkgRob Pike1-0/+426
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102