Documentation
¶
Overview ¶
Package errors handles errors my way.
import (
e "codeberg.org/pebbe/errors"
)
func main() {
defer func() {
if e.Panicked {
_ = recover()
os.Exit(1)
}
}()
// code
}
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Panicked bool
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.