package
0.0.0-20241103125305-e02cc373744a
Repository: https://github.com/violetpupil/gos.git
Documentation: pkg.go.dev

# Functions

LogErrno 打印syscall.Errno相关信息 如果不是syscall.Errno,直接返回.

# Constants

Pressing Ctrl+C on a keyboard sends a SIGINT signal to the process of the program in execution.
kill 命令默认发送 SIGTERM 信号.

# Type aliases

No description provided by the author