Skip to content

Tag

#error-handling

  1. Every Go program has if err != nil. Then what?

    Go's most-written line answers nothing: retry? exit code? whose fault? I built an error protocol. Also: 52 suppressions for a linter that never existed.