Skip to content

Instantly share code, notes, and snippets.

@gabeio
Last active January 3, 2017 04:09
Show Gist options
  • Save gabeio/5788021ac0886eb9379557e3d54def82 to your computer and use it in GitHub Desktop.
Save gabeio/5788021ac0886eb9379557e3d54def82 to your computer and use it in GitHub Desktop.
golang watch and build
CompileDaemon \
--color=true\
--recursive=false\
--include="*.go"\
--exclude-dir="vendor"\
--build="go build --race"\
--command="pkill -HUP torch"
@gabeio
Copy link
Author

gabeio commented Jan 3, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment