Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-05 | XML lexing | Russ Cox | 2 | -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-09 | mv src/lib to src/pkg | Rob Pike | 1 | -0/+426 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 |