Documentation ¶ Index ¶ func Convert(sig string) (unix.Signal, error) func Raise(sig unix.Signal) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Convert ¶ func Convert(sig string) (unix.Signal, error) Convert converts a signal string to corresponding signal number func Raise ¶ func Raise(sig unix.Signal) Raise sends a signal to the current process and ensure the current signal handler is set to its default handler for the corresponding signal. It allows to send signals like SIGABRT without triggering Go core dump handler. Types ¶ This section is empty. Source Files ¶ View all Source files signal_linux.go Click to show internal directories. Click to hide internal directories.