This commit is contained in:
2
main.go
2
main.go
@@ -62,7 +62,7 @@ func main() {
|
||||
tk := rgbmatrix.NewToolKit(m)
|
||||
defer tk.Close()
|
||||
log.Println("making animator")
|
||||
go animator(tk, mqMessages)
|
||||
go orchestrator(tk, mqMessages)
|
||||
log.Println("I guess I'm at the end")
|
||||
sigs := make(chan os.Signal, 1)
|
||||
signal.Notify(sigs, syscall.SIGINT, syscall.SIGTERM)
|
||||
|
||||
Reference in New Issue
Block a user