Skip to content

Instantly share code, notes, and snippets.

@adopabianko
Created September 7, 2021 08:12
Show Gist options
  • Select an option

  • Save adopabianko/23e21cdd47c69bcbb7fea64da0b85f63 to your computer and use it in GitHub Desktop.

Select an option

Save adopabianko/23e21cdd47c69bcbb7fea64da0b85f63 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "debug",
"remotePath": "",
"host": "127.0.0.1",
"program": "${workspaceFolder}",
"env": {},
"args": [],
"showGlobalVariables": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment