zk/go

7 lines
177 B
Plaintext
Raw Normal View History

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