Skip to content

Instantly share code, notes, and snippets.

@burubur
Last active June 25, 2019 10:49
Show Gist options
  • Save burubur/de386df9dba3715fcc61ac76f4cb9105 to your computer and use it in GitHub Desktop.
Save burubur/de386df9dba3715fcc61ac76f4cb9105 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"env": {},
"args": ["main.go inquiry"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment