{ "version": "0.2.0", "configurations": [ { "name": "Launch Go", "type": "go", "request": "launch", "mode": "debug", "program": "${workspaceFolder}/main.go", "args": [ "api" ] } ] }