bugfix: don't want on terminated routine

This commit is contained in:
Baipyrus 2024-04-14 22:34:31 +02:00
parent 34d9491421
commit c97d6c68e9

View File

@ -45,7 +45,6 @@ func main() {
fmt.Scanln(&input)
// Stop Game of Life, wait for routine
done <- true
<-done
// // Initialize custom matrix data
// col := Color{R: 255, G: 0, B: 255, Endpoint: COLOR}