Skip to content

Instantly share code, notes, and snippets.

@arastu
Last active February 14, 2017 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arastu/61408024a37f7bba6a3a340ef92aa202 to your computer and use it in GitHub Desktop.
Save arastu/61408024a37f7bba6a3a340ef92aa202 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}/cmd/myapp",
"env": {},
"args": ["-d", "serve", "-c", "${workspaceRoot}/myapp.config.yaml"],
"showLog": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment