Last active
May 31, 2020 10:17
-
-
Save emmiep/7f1b3a543313dc1de224649d0115ea1c to your computer and use it in GitHub Desktop.
Revisions
-
emmiep revised this gist
May 31, 2020 . 1 changed file with 1 addition and 1 deletion.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 @@ -1,6 +1,6 @@ { "execMap": { "go": "go run {{filename}} || exit 1" }, "ext": "go" } -
emmiep created this gist
May 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,6 @@ { "execMap": { "go": "go run" }, "ext": "go" } 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,8 @@ { "scripts": { "watch": "nodemon --signal SIGINT main.go" }, "devDependencies": { "nodemon": "^2.0.3" } }