Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TryDo ¶
func TryDo(f func()) (err error)
TryDo is similar to Try but for function without 0 result.
Types ¶
type PanicError ¶
type PanicError struct {
Value any
}
func (*PanicError) Error ¶
func (p *PanicError) Error() string
Click to show internal directories.
Click to hide internal directories.