package
0.1.6
Repository: https://github.com/xiaonanln/goworld.git
Documentation: pkg.go.dev

# Functions

CatchPanic calls a function and returns the error if function paniced.
NextLargerKey finds the next key that is larger than the specified key, but smaller than any other keys that is larger than the specified key.
RepeatUntilPanicless runs the function repeatly until there is no panic.
RunPanicless calls a function panic-freely.