Merge pull request #23 from mdiluz/update-page

Small clean up
This commit is contained in:
Marc Di Luzio 2020-07-10 21:43:25 +01:00 committed by GitHub
commit 79598c3373
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 32 deletions

27
.vscode/launch.json vendored
View file

@ -1,27 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Rove Server",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/rove-server/main.go",
"cwd": "${workspaceFolder}",
"env": {
"WORDS_FILE": "${workspaceFolder}/data/words_alpha.txt",
},
"args": [],
},
{
"name": "Launch Rove",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/rove/main.go",
"cwd": "${workspaceFolder}",
"env": {},
"args": ["radar"],
}
]
}

View file

@ -1,5 +0,0 @@
{
"gopls": {
"buildFlags": ["-tags=integration"]
},
}