summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-31wip testsLuke Shumaker
2022-07-31wip decodeLuke Shumaker
2022-07-31Ohh, go 1.18 added reflect.Value.fieldbyIndexErrLuke Shumaker
2022-07-31have reencoder.WriteRune return the number of bytes written to outputLuke Shumaker
2022-07-31Integrate reencoding in to the testsLuke Shumaker
2022-07-31implement low-mem json re-encodingLuke Shumaker
2022-07-30Implement low-memory-use JSON encodingLuke Shumaker
2022-07-30Upgrade golangci-lintLuke Shumaker
2022-07-13Move ordered.go to lib/containersLuke Shumaker
Something about this trips a stack overflow in golangci-lint, so upgrade golangci-lint to a commit that fixes this.
2022-07-10Add license and copyright infoLuke Shumaker
2022-07-10Rename the module, mv pkg libLuke Shumaker
2022-07-10Integrate pkg/btrfs/Makefile in to Makefile and .build.ymlLuke Shumaker
2022-07-08Add a Makefile that runs lint and stuffLuke Shumaker