Skip to content

Instantly share code, notes, and snippets.

@mantzas
Created January 24, 2016 20:29
Show Gist options
  • Save mantzas/860c6ea3c57004671c8f to your computer and use it in GitHub Desktop.
Save mantzas/860c6ea3c57004671c8f to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch main.go",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceRoot}/.",
"env": {},
"args": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment