Skip to content

Instantly share code, notes, and snippets.

@Daniel1984
Created April 22, 2020 16:45
Show Gist options
  • Save Daniel1984/09cc4f5e3b907c51a85f09d47c7186e7 to your computer and use it in GitHub Desktop.
Save Daniel1984/09cc4f5e3b907c51a85f09d47c7186e7 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
GO111MODULE=off go get github.com/githubnemo/CompileDaemon
CompileDaemon --build="go build -o main cmd/api/main.go" --command=./main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment