Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ilovelili/22b0fc7d21bb8358eaf6c3dfc39901dd to your computer and use it in GitHub Desktop.
Save ilovelili/22b0fc7d21bb8358eaf6c3dfc39901dd to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach",
"type": "go",
"request": "attach",
"mode": "local",
"port": 2345,
"host": "127.0.0.1",
"showLog": true,
"processId": 255958
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment