helm/pkg/strvals
Mads Jensen a490bb3c20 Use errors.Is to check for io.EOF and gzip.ErrHeader
In GoLang, using the == operator to check for a certain error will not
unwrap the error chain, and therefore may hide the problem.

Signed-off-by: Mads Jensen <atombrella@users.noreply.github.com>
2025-12-14 08:54:11 +01:00
..
doc.go Bump the Go version 2023-03-22 11:29:26 -04:00
fuzz_test.go add strvals fuzzer from cncf-fuzzing 2024-09-20 10:40:13 +01:00
literal_parser.go Use errors.Is to check for io.EOF and gzip.ErrHeader 2025-12-14 08:54:11 +01:00
literal_parser_test.go refactor: use strings.builder 2025-09-15 17:13:58 +08:00
parser.go Use errors.Is to check for io.EOF and gzip.ErrHeader 2025-12-14 08:54:11 +01:00
parser_test.go refactor: use strings.builder 2025-09-15 17:13:58 +08:00