zk/go
2021-01-02 12:08:58 +01:00

7 lines
177 B
Bash
Executable File

#!/bin/sh
VERSION=`git describe --tags 2> /dev/null`
BUILD=`git rev-parse --short HEAD`
go $1 -tags "fts5 icu" -ldflags "-X=main.Version=$VERSION -X=main.Build=$BUILD" ${@:2}