image/sif
Adam Eijdenberg bcbb44651e fix: handle error on Close() of writable objects
For objects (particularly files) that we write to, we need to check the
return value of f.Close() and pass error back to the caller if this
fails.

Signed-off-by: Adam Eijdenberg <adam@continusec.com>
2025-02-28 20:20:50 +00:00
..
load.go fix: handle error on Close() of writable objects 2025-02-28 20:20:50 +00:00
load_test.go Extensive refactoring to address review comments and hopefully simplify 2022-01-12 23:56:09 +01:00
src.go Stop using deprecated digest.Digest.Hex 2024-05-14 11:18:00 +02:00
src_test.go Implement private.ImageSource in non-forwarding transports 2022-07-05 17:02:23 +02:00
transport.go Remove duplicate words in comments 2023-02-06 21:22:09 +01:00
transport_test.go Reformat with Go 1.19's gofmt 2022-08-10 20:38:52 +02:00