zk/go

7 lines
179 B
Plaintext
Raw Normal View History

#!/bin/bash
2021-01-02 11:08:58 +00:00
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}