Last active
September 26, 2022 10:43
-
-
Save halvards/a3c1f9a48adc931a2dcdd9db083350c4 to your computer and use it in GitHub Desktop.
devmode scripts for Go from Google Cloud Buildpacks, in /layers/google.go.build/devmode_scripts/bin/
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 characters
| #!/bin/sh | |
| go build -o /layers/google.go.build/bin/main ./. && /layers/google.go.build/bin/main |
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 characters
| #!/bin/sh | |
| watchexec -r -e go /layers/google.go.build/devmode_scripts/bin/build_and_run.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment