package
0.0.0-20230219045104-84f9aa2ea636
Repository: https://github.com/jadoint/micro.git
Documentation: pkg.go.dev
# Functions
Fatal logs caller filename and line number and sends an Internal Server error code to the user.
HandleError will log error and panic if an error is found.
Log logs error to Stdout.
LogError will only log the error.
Panic logs caller filename and line number and sends an Internal Server error code to the user.