Skip to content

Instantly share code, notes, and snippets.

@deptno
Created February 14, 2018 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deptno/94f66b1461463f5119a02912926156b7 to your computer and use it in GitHub Desktop.
Save deptno/94f66b1461463f5119a02912926156b7 to your computer and use it in GitHub Desktop.
golang for nodemon.json
{
"verbose": false,
"ignore": [
"*.test.go"
],
"execMap": {
"go": "go run"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment