package
0.0.0-20241108035135-be110b2c0630
Repository: https://github.com/wgpsec/endpointsearch.git
Documentation: pkg.go.dev
# Functions
HandleError is a function to handle error using Errorln, do nothing if error is nil.
HandleFatal is a function to handle error using Fatalln, do nothing if error is nil.
HandlePanic is a function to handle error using Panicln, do nothing if error is nil.
No description provided by the author
# Constants
No description provided by the author