Easier access to the super secret code
This commit is contained in:
parent
646bf0128c
commit
fd994cb1e5
@ -5,6 +5,9 @@ import (
|
||||
"os/signal"
|
||||
)
|
||||
|
||||
// SUPER SECRET CODE
|
||||
const code int = 14101992
|
||||
|
||||
// IT'S A TRAP! (This catches all signals so the program can't be interrupted)
|
||||
func signalCatcher() {
|
||||
c := make(chan os.Signal)
|
||||
|
Reference in New Issue
Block a user