Skip to content

Instantly share code, notes, and snippets.

@austindoeswork
Created February 20, 2017 19:16
Show Gist options
  • Save austindoeswork/077cf24d295b749beba4d5c52d2633de to your computer and use it in GitHub Desktop.
Save austindoeswork/077cf24d295b749beba4d5c52d2633de to your computer and use it in GitHub Desktop.
#!/bin/bash
commithash=$(git rev-parse --verify HEAD)
GOOS=linux go build -ldflags "-X main.commithash=$commithash" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment