Skip to content

Instantly share code, notes, and snippets.

@jamesmccann
Last active August 5, 2019 07:26
Show Gist options
  • Save jamesmccann/3e059ad39e96097d273bfac2534e15cb to your computer and use it in GitHub Desktop.
Save jamesmccann/3e059ad39e96097d273bfac2534e15cb to your computer and use it in GitHub Desktop.
modd live-reloading go server with .env config
dev:
env $$(grep -v '^#' .env | xargs) modd
**/*.go !**/*_test.go {
daemon +sigterm: go run ./cmd/*/main.go
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment