Created
January 9, 2020 19:11
-
-
Save xXPhenomXx/17038825a1296ad45af16925ebaca6e9 to your computer and use it in GitHub Desktop.
Revisions
-
xXPhenomXx created this gist
Jan 9, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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"] } ] }