//
pkg.gl
Category
github.com/ibiscum/Go-Programming-Cookbook-Second-Edition
chapter04
internal
log
package
0.0.0-20241212173216-745cb4b42230
Repository:
https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
41 SLOC
#
Functions
FinalDestination
FinalDestination deals with the error and doesn't forward it.
Log
Log uses the setup logger.
OriginalError
OriginalError returns the error original error.
PassThroughError
PassThroughError calls OriginalError and forwards the error along after wrapping.