I have already asked, and got a very good answer for debugging locally with delve(golang debugger).
Now I am trying to remote debug with Delve using VS Code.
I have got a sample app mentioned here, and further github linked to source code here. Note: The debug project is in a branch called debugging.
Are you able to make it work?
I have also created/opened an issue in the repo.