<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/walk/read.go
Commit message (Expand)AuthorAgeFilesLines
* Fix minor bug with a few cases where fillReadBuffer was returning the wrong s...Charlie Stanton2023-04-261-2/+2
* Replace readString in walk/read.go with a faster implementation that makes be...Charlie Stanton2023-04-251-90/+100
* Completely rewrites the JSON parser to make more extensive use of slices and ...Charlie Stanton2023-04-251-136/+316
* Separates JSON parsing code into its own fileCharlie Stanton2023-04-251-0/+285