summaryrefslogtreecommitdiff
path: root/decode_test.go
AgeCommit message (Expand)Author
2023-02-25decode: Add a DecodeArray functionLuke Shumaker
2023-02-25decode: Don't bail on type errorsLuke Shumaker
2023-02-07decode: Fix decoding an actively growing fileLuke Shumaker
2023-01-29.golangci.yml: Turn on 'paralleltest', fixLuke Shumaker
2023-01-25Delete things I don't want to documentLuke Shumaker
2022-08-21Add tests for the actual usability of the Decodable and Encodable interfacesLuke Shumaker
2022-08-17Add tests for decode reading too farLuke Shumaker