Skip to content

Commit

Permalink
Use go run instead of building
Browse files Browse the repository at this point in the history
  • Loading branch information
IRHM committed Oct 10, 2020
1 parent 6157353 commit ee8761a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"label": "Build and run",
"type": "shell",
"command": "go build -o bin/server server/main.go && ./bin/server",
"command": "go run server/*",
"group": {
"kind": "build",
"isDefault": true
Expand Down

0 comments on commit ee8761a

Please sign in to comment.