maybedoer: the Maybe Monoid for Go
This file is used to sequence functions that could fail together, allowing you to avoid doing an
if err != nil
check on every single fallible function call.
Source: maybedoer: the Maybe Monoid for Go, an article by Christine Dodrill.