Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 683 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 683 Bytes

Go for VSCode using Air and Delve

This is an example for setting up Golang project with VSCode using Air and Delve by running shell script. You can go read my Medium article about this project through this link

Quick Start

  • Step 1. clone this repo
  • Step 2. type "./run.sh start" in your CLI and enter


(In action)

Caveats

Editing a file will rebuild and restart the application automatically but VSCode debugger sadly indeed cannot reattach to your debug target