Poprawione formatowanie. Wciaz musze zaimplementowac "action key"

This commit is contained in:
knmarcin 2018-11-18 11:45:45 +01:00
parent df3089dcbc
commit 5a3ca97d0a

View File

@ -1,6 +1,7 @@
package main package main
import ( import (
"bufio"
"fmt" "fmt"
"os" "os"
"os/exec" "os/exec"
@ -92,5 +93,7 @@ func Loop() {
PrintBoard() PrintBoard()
} }
} }
if LastPressedKey=='r' {
}
} }
} }