VERSION=`git describe --tags` BUILD=`date +%FT%T%z` all: go build -tags netgo -ldflags "-s -X main.Version=$(VERSION) -X main.BuildDate=$(BUILD)"