Simplify - remove RoverAttributes and rover UUIDs

This commit is contained in:
Marc Di Luzio 2020-06-27 00:32:27 +01:00
parent f9c30f541c
commit 1ed1c60de0
6 changed files with 89 additions and 138 deletions

4
.vscode/launch.json vendored
View file

@ -11,7 +11,9 @@
"mode": "auto",
"program": "${workspaceFolder}/cmd/rove-server/main.go",
"cwd": "${workspaceFolder}",
"env": {},
"env": {
"WORDS_FILE": "${workspaceFolder}/data/words_alpha.txt",
},
"args": [],
},
{