package
0.0.0-20240912065615-60fd97213283
Repository: https://github.com/go-leo/gox.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GoE If the execution fails, error is sent to errC, and errC is closed, if the execution succeeds, errC is closed directly.
GoRE If execution fails, retC is closed directly, error is sent to errC and errC is closed, if execution succeeds, errC is closed and the result is sent to retC, and retC is closed.