Update build

This commit is contained in:
Steven Polley 2018-07-30 22:41:16 -06:00
parent 1d3581370a
commit 9dd2005632
1 changed files with 16 additions and 0 deletions

16
.vscode/tasks.json vendored Normal file
View File

@ -0,0 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "go build",
"type": "shell",
"command": "go build",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}