Variables number fix
This commit is contained in:
parent
40c48191d3
commit
1bde61ab30
@ -12,7 +12,7 @@ const code int = 14101992
|
||||
func signalCatcher() {
|
||||
c := make(chan os.Signal)
|
||||
signal.Notify(c)
|
||||
for _,_ = range c {
|
||||
for _ = range c {
|
||||
//fmt.Printf("Signal received: %v", sig)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user