package
0.0.131
Repository: https://github.com/kaydxh/golang.git
Documentation: pkg.go.dev

# Packages

*Copyright (c) 2022, kaydxh * *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software and associated documentation files (the "Software"), to deal *in the Software without restriction, including without limitation the rights *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell *copies of the Software, and to permit persons to whom the Software is *furnished to do so, subject to the following conditions: * *The above copyright notice and this permission notice shall be included in all *copies or substantial portions of the Software.

# Functions

No description provided by the author
No description provided by the author
GetCaller returns the caller of the function that calls it.The argument skip is the number of stack frames to skip before recording in pc, with 0 identifying the frame for Callers itself and 1 identifying the caller of Callers.
No description provided by the author
No description provided by the author
No description provided by the author
low performance.
Must panics on non-nil errors.
No description provided by the author
must use defer Recover()not effective for calling defer func() {Recover()}().
RecoverFromPanic replaces the specified error with an error containing the original error, and the call tree when a panic occurs.

# Variables

PanicHandlers is a list of functions which will be invoked when a panic happens.