Convert bearings to compass points and locations to int coords

This commit is contained in:
Marc Di Luzio 2020-06-05 16:37:52 +01:00
parent ae369715ec
commit be0f4f1aff
10 changed files with 187 additions and 35 deletions

View file

@ -89,7 +89,7 @@ func TestHandleCommands(t *testing.T) {
Commands: []Command{
{
Command: CommandMove,
Bearing: 0.0,
Bearing: "N",
Duration: 1,
},
},