remove done comment line for checking
This commit is contained in:
@@ -296,7 +296,6 @@ func main() {
|
||||
log.Printf("Subscribed to topic: %s", topic)
|
||||
}
|
||||
|
||||
// Keep the program running
|
||||
sigChan := make(chan os.Signal, 1)
|
||||
<-sigChan
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user