recover from panics such as out-of-bounds array access & nil pointer access, print a stack trace and return 5xx error instead of the service crashing and relying on Execution framework to handle crashes
3 lines
173 B
Text
3 lines
173 B
Text
# This source code refers to The Go Authors for copyright purposes.
|
|
# The master list of authors is in the main Go distribution,
|
|
# visible at http://tip.golang.org/AUTHORS.
|