Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created April 2, 2022 17:49
Show Gist options
  • Save percybolmer/64969551dbbfd777d2cdeefeb4da3799 to your computer and use it in GitHub Desktop.
Save percybolmer/64969551dbbfd777d2cdeefeb4da3799 to your computer and use it in GitHub Desktop.
{
"configurations": [
{
"name": "Debug with SAM",
"type": "go",
"request": "attach",
"mode": "remote",
"port": 8099,
"host": "localhost",
"env": {},
"args": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment