Documentation
¶
Overview ¶
Package helper : catch.go implements boilerplate code for the web service.
Package helper : constants.go implements boilerplate code for the web service.
Index ¶
Constants ¶
View Source
const (
// MainGoRoutine is just a label for logging.
MainGoRoutine = "main"
)
Variables ¶
This section is empty.
Functions ¶
func CatchPanic ¶
CatchPanic is used to catch any Panic and log exceptions to Stdout. It will also write the stack trace
Types ¶
This section is empty.