Skip to content

Instantly share code, notes, and snippets.

View lafin's full-sized avatar
😼

lafin

😼
  • Tallinn, Estonia
  • 09:31 (UTC +02:00)
View GitHub Profile
@lafin
lafin / tasks.json
Last active December 14, 2019 22:57
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "run",
"type": "shell",
"command": "go run ${file}",
"problemMatcher": ["$go"],