From b348b50c44542ae4880ef74b2918e03dfc888e1b Mon Sep 17 00:00:00 2001 From: Michal Pristas Date: Mon, 3 Apr 2023 13:32:09 +0200 Subject: [PATCH] missing files --- test/data/case17/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/data/case17/README.md diff --git a/test/data/case17/README.md b/test/data/case17/README.md new file mode 100644 index 0000000..880f3b9 --- /dev/null +++ b/test/data/case17/README.md @@ -0,0 +1,5 @@ +So if you wanted to ignore error you should add something like this: +```go +opt.OnFileErr = func(_ error) error { return nil } +``` +The default value is nil and accepts raised error. \ No newline at end of file