Skip to content

Commit

Permalink
missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas committed Apr 3, 2023
1 parent 816a705 commit b348b50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/data/case17/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit b348b50

Please sign in to comment.