Skip to content

Instantly share code, notes, and snippets.

@bsed
Created May 29, 2016 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bsed/4e00f9b06cfc3d16be62e8a7fdb4324b to your computer and use it in GitHub Desktop.
Save bsed/4e00f9b06cfc3d16be62e8a7fdb4324b to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "debug",
"remotePath": "",
"port": 2345,
"host": "127.0.0.1",
"program": "${workspaceRoot}",
"env": {},
"args": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment