mirror of
https://github.com/BigJk/crt.git
synced 2026-02-06 02:36:55 +00:00
10 lines
62 B
Go
10 lines
62 B
Go
package crt
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
func SysKill() {
|
|
os.Exit(1)
|
|
}
|