Skip to content

Commit

Permalink
small fix (go 1.14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Apr 10, 2020
1 parent 325af62 commit 8ce0ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ioutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (r multiCloser) Close() (err error) {
if err == nil {
err = cErr
} else {
err = fmt.Errorf("%w\n%w", err, cErr)
err = fmt.Errorf("%v\n%v", err, cErr)
}
}
}
Expand Down

0 comments on commit 8ce0ac3

Please sign in to comment.