diff options
author | Slack Coder <slackcoder@server.ky> | 2023-09-15 14:36:00 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2023-09-15 14:37:03 -0500 |
commit | 847a8a89585bff25fce05445001adbbfea827e7f (patch) | |
tree | 27adf9e9aea8dbf3c36668db560276f79ed59aed | |
parent | cf0e8b9d5a0d4c34d08374488c901451245bffee (diff) | |
download | send-over-http-847a8a89585bff25fce05445001adbbfea827e7f.tar.xz |
add fix-handling todotodo
-rw-r--r-- | todo/fix-handling-of-errors-[bug].md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/todo/fix-handling-of-errors-[bug].md b/todo/fix-handling-of-errors-[bug].md new file mode 100644 index 0000000..f05a03f --- /dev/null +++ b/todo/fix-handling-of-errors-[bug].md @@ -0,0 +1,4 @@ +# Fix handling of errors + +The multi-runner appears badly implemented, errors should bubble up instead of +rely on log.Fatal calls. |