summaryrefslogtreecommitdiff
path: root/methods_test.go
AgeCommit message (Expand)Author
2023-02-25jsonparse: Reword error messages to match encoding/jsonLuke Shumaker
2023-02-03methods_test.go: Fix Gap calculationLuke Shumaker
2023-01-30decode: Fix DecodeTypeError offsetsLuke Shumaker
2023-01-30encode: Fix errors for marshalers/encodables with bad outputLuke Shumaker
2023-01-29.golangci.yml: Turn on 'paralleltest', fixLuke Shumaker
2023-01-25Delete things I don't want to documentLuke Shumaker
2022-08-30Allow calling lowmemjson.Encode at the root of EncodeJSONLuke Shumaker
2022-08-21Add tests for the actual usability of the Decodable and Encodable interfacesLuke Shumaker