Skip to content

Change to go1.13 error wrapping

Steve Xuereb requested to merge wrap-errors into master

What does this MR do?

Change to go1.13 error wrapping

Why was this MR needed?

Run https://github.com/fatih/errwrap on Runner source code errwrap -fix ./.... This transform err handing to the new go1.13 syntax https://blog.golang.org/go1.13-errors

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Edited by Steve Xuereb

Merge request reports