1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-29 04:24:27 +00:00
GoBlog/.vscode/tasks.json
2020-11-15 11:34:48 +01:00

10 lines
187 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Build",
"type": "shell",
"command": "go build --tags \"libsqlite3 linux sqlite_fts5\""
}
]
}