Applied suggested linter changes
This commit is contained in:
@ -49,6 +49,6 @@ func main() {
|
||||
// Wait for a CTRL-C
|
||||
log.Printf("Tsundere is ready. Press CTRL-C to exit.")
|
||||
sc := make(chan os.Signal, 1)
|
||||
signal.Notify(sc, syscall.SIGINT, syscall.SIGTERM, os.Interrupt, os.Kill)
|
||||
signal.Notify(sc, syscall.SIGINT, syscall.SIGTERM, os.Interrupt)
|
||||
<-sc
|
||||
}
|
||||
|
Reference in New Issue
Block a user