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