|
You are here |
www.joeshaw.org | ||
| | | | |
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 (... | |
| | | | |
markphelps.me
|
|
| | | | | Mark Phelps' blog | |
| | | | |
alnvdl.github.io
|
|
| | | | | A bit of history, a bit of atonement, a bit of shameless self-promotion. | |
| | | | |
github.com
|
|
| | | lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway. - awslabs/aws-lambda-go-api-proxy | ||