1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-28 18:07:29 +00:00
GoBlog/.vscode/tasks.json
2020-09-26 16:14:29 +02:00

10 lines
147 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Build",
"type": "shell",
"command": "go build"
}
]
}