]> Cypherpunks repositories - gostls13.git/commit
errors: add example showing a custom error with Unwrap
authorJonathan Amsterdam <jba@google.com>
Fri, 28 Jun 2019 23:20:04 +0000 (19:20 -0400)
committerJonathan Amsterdam <jba@google.com>
Sun, 25 Aug 2019 00:27:25 +0000 (00:27 +0000)
commit739123c3a36f30af06c294741f74a26e54ee21ad
tree51d65e322596da2047b6cb6b386105f5cb496c96
parent66ff373911a87140319a6550e4e1b2c6043b1329
errors: add example showing a custom error with Unwrap

Change-Id: I2bddee9b460d3875911859b49528a00d318f37fc
Reviewed-on: https://go-review.googlesource.com/c/go/+/184237
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/errors/example_unwrap_test.go [new file with mode: 0644]