Skip to content

Latest commit

 

History

History
73 lines (40 loc) · 3.32 KB

2020-02.html.md

File metadata and controls

73 lines (40 loc) · 3.32 KB
title cover ogcover category date
Weekend long read suggestions 2020/02
2020-02.png
2020-02-og.png
long-read
2020-01-10

Happy 2020!

Elixir

Go

  • eris: a better way to handle, trace, and log errors in Go

    Basic error wrapping was added in Go 1.13, but it omitted user-friendly Wrap methods and built-in stack tracing. Other error packages provide some of the features found in eris but without flexible control over error output formatting. This package provides default string and JSON formatters with options to control things like separators and stack trace output.

Infrastructure

Rust

General