Commit Graph

1 Commits (622d80c00702684b1302d52f39065d159a96a958)

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