spf13--viper/internal/encoding
Gerwin van de Steeg d6e5a55f3c
feat: add errors.Is support to all errors
Add functionality to support errors.Is on all generated errors to keep
in line with best practice on checking whether an error is of the
specified type as per changes to error handling in go1.13.
2024-01-09 17:50:25 +13:00
..
dotenv fix: gocritic lint issues 2023-12-06 19:07:50 +07:00
hcl fix: godot lint issues 2023-11-30 21:20:53 +07:00
ini Review changes 2023-12-06 19:07:50 +07:00
javaproperties fix: gocritic lint issues 2023-12-06 19:07:50 +07:00
json fix: godot lint issues 2023-11-30 21:20:53 +07:00
toml fix: godot lint issues 2023-11-30 21:20:53 +07:00
yaml fix: godot lint issues 2023-11-30 21:20:53 +07:00
decoder.go refactor: replace interface{} with any 2023-10-01 17:04:26 +02:00
decoder_test.go test: Replace ifs with asserts to simplify tests 2023-10-14 02:12:35 +02:00
encoder.go refactor: replace interface{} with any 2023-10-01 17:04:26 +02:00
encoder_test.go test: Replace ifs with asserts to simplify tests 2023-10-14 02:12:35 +02:00
error.go feat(encoding): Encoder/Decoder registry implementations 2021-06-25 14:26:08 +02:00
error_test.go feat: add errors.Is support to all errors 2024-01-09 17:50:25 +13:00