Package main includes samples of err2. It works as a playground for users of
the err2 package to test how different APIs work. We suggest you take your
favorite editor and start to play with the main.go file. The comments on it
guide you.
We have only a few examples built over the CopyFile and callRecur functions,
but with them you can try all the important APIs from err2, try, and assert.
Just follow the comments and try suggested things :-)