Skip to content

Instantly share code, notes, and snippets.

@xXPhenomXx
Created January 9, 2020 19:11
Show Gist options
  • Save xXPhenomXx/17038825a1296ad45af16925ebaca6e9 to your computer and use it in GitHub Desktop.
Save xXPhenomXx/17038825a1296ad45af16925ebaca6e9 to your computer and use it in GitHub Desktop.

Revisions

  1. xXPhenomXx created this gist Jan 9, 2020.
    20 changes: 20 additions & 0 deletions launch.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    {
    "version": "0.2.0",
    "configurations": [


    {
    "name": "Launch",
    "type": "go",
    "request": "launch",
    "mode": "debug",
    "remotePath": "",
    "port": 9000,
    "host": "127.0.0.1",
    "env": {},
    "showLog": true,
    "program": "${workspaceRoot}/app/tmp/",
    "args": ["-importPath", "reporting", "-srcPath", "C:\\Users\\jmichael\\Development-Linux\\go\\src", "-runMode", "dev"]
    }
    ]
    }