//
pkg.gl
Category
github.com/violetpupil/gos
std
syscall
package
0.0.0-20241103125305-e02cc373744a
Repository:
https://github.com/violetpupil/gos.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
28 SLOC
#
Functions
LogErrno
LogErrno 打印syscall.Errno相关信息 如果不是syscall.Errno,直接返回.
#
Constants
SIGINT
Pressing Ctrl+C on a keyboard sends a SIGINT signal to the process of the program in execution.
SIGTERM
kill 命令默认发送 SIGTERM 信号.
#
Type aliases
Errno
No description provided by the author