|
You are here |
grosser.it | ||
| | | | |
dave.cheney.net
|
|
| | | | | ||
| | | | |
miparnisariblog.wordpress.com
|
|
| | | | | From simpler to more complex: 1. errors.New() or fmt.Errorf() without a sentinel error Only use for quick prototyping 2. Sentinel errors When you have an interface and want implementations to be able to throw errors and then catch them to run some logic But! you won't be able to customize the error thrown var (... | |
| | | | |
cep.dev
|
|
| | | | | An experience using Go where the type system was a problem | |
| | | | |
www.chiark.greenend.org.uk
|
|
| | | |||