Benny
Results
2
issues of
Benny
After registering handlers through the method described [here](https://pkg.go.dev/google.golang.org/appengine#Main) and using `appengine.Main()` in the main package, I notice that upon every request and small error is printed into the app engine...
I wish I could use this library but because it does not support go's `context.Context` I can't reliably use it. This library obviously performs operations over a network and it...