package crt import ( "os" ) func SysKill() { os.Exit(1) }