Commit Graph

1 Commits (ec9d13bce56ddb01f127f44e7d79503069f76bbf)

Author SHA1 Message Date
Joe Tsai 622d80c007
util/must: new package (#5307)
The Do function assists in calling functions that must succeed.
It only interacts well with functions that return (T, err).
Signatures with more return arguments are not supported.

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2 years ago